cobudget's backend api. for more information on the project as a whole, check out the top-level repo
don't push to master - feature branches and pull requests please.
For the previous installation instructions, see below.
- Install Vagrant
- Install VirtualBox
First, clone the repo from git. Then
cd cobudget-api
vagrant up
vagrant ssh
cd /vagrant
bundle install
cp config/database.example.yml config/database.yml
edit config/database.yml
.
bundle exec rake db:setup`
bundle exec rspec
git clone https://github.com/cobudget/cobudget-api
cd cobudget-api
bundle install
gem install mailcatcher
mailcatcher
edit config/database.yml
.
bundle exec rake db:setup
bundle exec rake jobs:work
bundle exec rails s
bundle exec rspec