Lelylan automatic setup script including setting up from step 1
Platform:
Linux/Ubuntu style
Environment:
- Ruby installed with rvm version 1.9.3-p194
- Node installed from nvm version 0.10.36
- one time gem and pakages which need proper installing (read setup.sh)
- mongodb - need to 'setup' manually (required before running) (run mongod once from shell)
- redis - need to 'install' manually (required before running) (https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis)
Scripts:
-
bash setup.shIntall dependencies - Some dependencies might need to be installed manually If anything fails, fix it first -
bash fetch.shFetch code and setup requirements -
bash starter.shcopy environment file and set it for all microservice change environment file, if needed, before running this -
bash run.shrun the services
Note: run nvm use 0.10.36 manually for npm not found error. Try closing connection and reconnecting.