Skip to content

masonfmatthews/rubeque

 
 

Repository files navigation

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

  • Run rake secret and put the generated token in an environment variable named SECRET_TOKEN in your .bashrc (don't forget to source it!)

  • 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.

About

Competitive learning site for Ruby

Resources

Stars

Watchers

Forks

Packages

No packages published