Nós.vc is a crowdlearning plataform for inspiring encounters.
You'll need docker and make
.
- Clone the repository:
git clone git://github.com/engageis/nos.vc.git
- Enter the repo directory:
cd nos.vc
- Run the environment:
make run
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/engageis/nos.vc.git
- Enter the repo directory and accept the RVM:
cd nos.vc
yes
if solicited
gem install bundler
- Install all dependencies from Gemspec:
bundler install
- To deploy on heroku, you will need to install the "memcachier" addon:
heroku addons:add memcachier
Without this addon you may get the error "undefined method `split' for nil:NilClass", once the ENV["MEMCACHIER_SERVERS"] variable will be nil.
-
Go to app folder
cd nos.vc
-
Prepare the database
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
To Catarse's code
Copyright (c) 2012-2013 Engage and Nós.vc
Licensed under the MIT license (see MIT-LICENSE file)