Internal app for Bal Asha Trust. It helps them manage donor/donation information. It also serves as an inventory management system by keeping track of purchases and disbursements.
-
Run
figaro install
. This will createconfig/application.yaml
. Assign values to the following configuration variables:DB_USERNAME DB_PASSWORD
-
Run
rake db:setup
to create and seed database.
Due to some issues with Figaro, we are using a private bitbucket repo to deploy this app.
On you local machine, you should have two branches,
- master pointing to GitHub repo's master
- deploy pointing to Bitbucket repo's master
All changes and bugfixes should happen on the master branch. To deploy, merge master into deploy, push deploy to bitbucket and then cap deploy
.