#Scheduler
Scheduler is nodejs app aiming to become best solution for organizing meeting/conferences :)
To run Scheduler in production/development mode do these steps:
-
Install nodejs and npm
-
Install sails
sudo npm i -g sails -
Run
npm installornpm updateto install node modules -
In development run app with
sails lift -
for production install mongodb and use
node app.js --prodcommand -
To run in background use forever
npm i -g forever