Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.72 KB

README.rdoc

File metadata and controls

55 lines (32 loc) · 1.72 KB

Crowdsourcing platform Volontari.at

Installation

Localhost

railscasts.com/episodes/342-migrating-to-postgresql

Copy content of config/database.example.yml to a new file config/database.yml and customize to your needs.

git clone https://github.com/Applicat/volontariat.git
bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rake db:seed --trace
bundle exec rails server

Test

bundle exec rake db:test:clone_structure

Production

railscasts.com/episodes/335-deploying-to-a-vps

Future

Something near Amazon’s MTurk.com

Contribution

Feedback: Tender coming soon Scrum Backlogs: www.pivotaltracker.com/projects/639533

Just follow the screencast of Ryan Bates on railscasts.com:

http://railscasts.com/episodes/300-contributing-to-open-source

Add a description about your changes to CHANGELOG.md under section volontariat (unreleased).

Rules

Development Services

License

This project uses MIT-LICENSE.