Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.67 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.67 KB

Rubeque Build Status

Rubeque is an interactive problem website for learning Ruby.

Contributing

Anyone interested in contributing should check out the Issues page for ideas on what to work on.

Setup instructions for running locally

  • Download and install rvm.

  • Download and install mongodb.

  • Enter the rubeque directory from the command line and follow the rvm instructions to install ruby 1.9.3

  • Start up your mongodb, if you don't have autostart:

      mongod
    
  • Run "bundle install" to install the necessary gems

  • For the first time use, you will need to load the problem data. Run "rake db:seed"

  • Run rails server

Contributors

Acknowledgements

License

The source code for rubeque is available under the MIT License.