-
Notifications
You must be signed in to change notification settings - Fork 2
Getting started
grahambrooks edited this page May 5, 2011
·
1 revision
- 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