merged private server and console to private-cloud
This commit is contained in:
25
console/README.md
Normal file
25
console/README.md
Normal 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
|
||||
Reference in New Issue
Block a user