Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.12 KB

Student Robotics Website

Build status

The Student Robotics public website.

Getting Started

  1. Install Ruby

  2. Install Bundler and Rake

    $ gem install bundler rake
  3. Start the app in development mode

    $ rake dev

To work on the reverse proxy

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:

  1. Install Docker

  2. Start the container

    $ rake run

Making changes

When you've made a change, either push it to a forked repository, or to a feature branch, and raise a pull request.