Somos+ is an open source plataform to help people that need help to find people that want to help them.
You'll need RVM to isolate your development environment.
Make sure you install Ruby 1.9.3
on your RVM.
Then just checkout the code, configure dependencies and run the tests:
- Clone the repository:
git clone git://github.com/barboza/somos.git
- Enter the repo directory and accept the RVM:
cd somos
yes
if solicited
gem install bundler
- Install all dependencies from Gemspec:
bundler install
-
Go to app folder
cd somos
-
Prepare the database
bundle exec rake db:config
bundle exec rake db:test:prepare
-
Run the rspec
rspec spec/
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Licensed under the MIT license (see MIT-LICENSE file)