Web platform for content management, video and inventory, for CTN.
Licensed under the MIT license.
$ yarn
$ webpack
We're using nodemon to manage Node.js code watching, and webpack --watch
for browser-code watching.
$ npm run watch
$ nodemon
If redis is not turned on in config.secrets.json, file upload will not work (as sessions do not propagate from Express to Socket.io)
$ yarn
$ mongod
$ sudo /etc/init.d/redis-server start # Whether you want session-persistence on Node.js server reboot
$ forever start # If the forever task is properly configured (on deployment)
Browser: ./browser/scripts/index_router.jsx
Node: ./app.js
Contact on GitHub.