The Student Robotics public website.
-
Install Bundler and Rake
$ gem install bundler rake
-
Start the app in development mode
$ rake dev
Right now the Student Robotics website is also acting as the main reverse proxy for studentrobotics.org. If you are changing the nginx config, you should test the reverse proxy is working before you commit. To do this, do the following:
-
Start the container
$ rake run
When you've made a change, either push it to a forked repository, or to a feature branch, and raise a pull request.