NUS Skylab is the project for managing Orbital program in NUS. For more info about Orbital, see Introduction to Orbital.
The recommended development environment setup is via Vagrant. Simply run vagrant up
and you should get the server running in your localhost:3000--so make sure it could be bound by Vagrant though. Vagrant setup instructions
If you do not want to use Vagrant but instead you want to have a real local setup, see bootstrap.sh for steps needed for CentOS 7. For other OSes like Mac, Ubuntu, just translate those instructions for your own platform.
Instructions for local setup for Mac OS
We are following the GitHub Flow. See the contributing guide for more details.
Run the tests with command:
bundle exec rake db:test:prepare
bundle exec rspec spec
NUS Skylab is released under MIT License