IllinoisWCS / LibraryTracker

2014-2015 Tech Team Project
0 stars 16 forks source link

Finish Heroku Deployment #35

Closed nhandler closed 9 years ago

nhandler commented 9 years ago

Heroku does not play nice with sqlite. To get around this, I have switched to using SQLAlchemy and Postgresql. To avoid having everyone on the team needing to setup a postgresql server, I added a Vagrantfile. This allows people to simply install Vagrant and Virtualbox and then run vagrant up from within the git repository. This will spin up a new VM running a postgresql server. The code is setup to use this VM's server by default. It will use Heroku's database when running in production.

nhandler commented 9 years ago

I am currently deploying to https://wcs-library-tracker.herokuapp.com/ . It would probably make sense to transfer the heroku app to a WCS officer and setup the github integration so the website is always kept in sync with the master branch on github.