Make sure to install rvm to use the correct Ruby and Rails versions.
ruby version: ruby-1.9.3-p484
rails: 3.2.8
gem install foremanbundle install
- Install PostgreSQL
- Set up databases like the ones in
database.yml(cadastro_development) - Run
rake db:migrate
rake db:seed
Check seeds for usernames and passwords
Run command guard to keep testing while developing
- It will use RSpec to test
- Execute
foreman start - Open localhost:5000 in browser