barboza / somos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Somos+

Build Status

Somos+ is an open source plataform to help people that need help to find people that want to help them.

Development environment

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:

  1. Clone the repository:

git clone git://github.com/barboza/somos.git

  1. Enter the repo directory and accept the RVM:

cd somos

yes if solicited

  1. Install Bundler into our RVM:

gem install bundler

  1. Install all dependencies from Gemspec:

bundler install

Running tests

  1. Go to app folder

    cd somos

  2. Prepare the database

bundle exec rake db:config

bundle exec rake db:test:prepare

  1. Run the rspec

    rspec spec/

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Licensed under the MIT license (see MIT-LICENSE file)

About


Languages

Language:JavaScript 52.7%Language:Ruby 46.9%Language:CoffeeScript 0.4%