https://github.com/opengeekslab/octanise
https://github.com/opengeekslab/octanise
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/opengeekslab/octanise
- Owner: openGeeksLab
- Created: 2017-12-04T14:15:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T15:05:37.000Z (over 8 years ago)
- Last Synced: 2025-01-09T17:55:05.211Z (over 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
to install packages
`npm i`
it will build automatically
redis and mysql should be provided
configurations are:
`server/config/env/development.js`
to lounch development mode:
`npm start`
to launch production:
1) fulfill `server/config/env/production.js` (development.js is an example)
2) run `node dist/index.js`