-
Notifications
You must be signed in to change notification settings - Fork 2
Developer guide
grahambrooks edited this page May 5, 2011
·
4 revisions
Thanks for dropping by and showing an interest in contributing to the project. While we are getting up and running the instructions need to be followed manually. One of our goals is for developers joining the project to be up and ready to develop within 10 minutes. Starting now...!
- Install Ruby 1.9.x http://www.ruby-lang.org/en/downloads/
- Install Rubygems http://rubygems.org/
- Install MongoDB http://www.mongodb.org/
- Install Git http://git-scm.com/
- Run Mongo
- On the command line:
git clone git://github.com/global-pulse/oliver.git
cd oliver
gem install bundler
bundle install
rails server- Make sure you can run the application
- Setup a GitHub account (if you don't already have one)
- Request membership of the project team or fork your own copy
- Sign up to an issue (or ask for one to get started)
- Get cracking
- RubyMine http://www.jetbrains.com/ruby/index.html
- TextMate http://macromates.com/
- vim http://www.vim.org/
- emacs