To Install:
- run:
npm install
- Set up the configuration settings
- See Database Readme for installing the database
- [optional] See Nginx Readme for installing Nginx
To Run:
- run:
node server.js
- Make sure the Database is running (see Database Readme)
- Open browser to localhost:3000 (or whichever port the server is listening on)
To Run [with Nginx]:
- run:
node server.js
- Make sure Nginx is running (see Nginx Readme)
- Make sure the Database is running (see Database Readme)
- Open browser to localhost:80
Node logs are located at app/log
.
Check Nginx docs for Nginx log location.