updated console and server repo name

This commit is contained in:
strawmanbobi
2025-10-28 10:30:20 +08:00
parent 8c11d328ad
commit 7d8c328813
208 changed files with 1 additions and 64 deletions

25
private-console/README.md Normal file
View File

@@ -0,0 +1,25 @@
# irext-web-console
IR remote control code mangement service and web portal for IRext
### Runtime environment
Node.js V4.X.X is required, you could download it from [Node.js V4.8.3](https://nodejs.org/dist/v4.8.3/) for latest release
Run following commands in your Linux bash or Windows cmd
```shell script
npm install
npm install -g express
npm install -g bower
cd web/public_js/
bower install
```
MySQL (at least version 5.5) is required
Redis is required
### Usage
Run ```./script_run.sh production``` to kick start the server
Visit http://yourDomain:8300/ with your browser