openfisca / openfisca-web-api

[DEPRECATED] Web API for OpenFisca
https://www.openfisca.fr/
GNU Affero General Public License v3.0
13 stars 11 forks source link

Heroku deployment profile #2

Closed jdesboeufs closed 10 years ago

jdesboeufs commented 10 years ago

Hi,

I did some modifications to make the project compatible with Heroku:

Hope it helps!

Usage:

git clone git@github.com:jdesboeufs/openfisca-web-api.git
cd openfisca-web-api
heroku create --region eu --buildpack https://github.com/jdesboeufs/heroku-buildpack-openfisca
git push heroku master
heroku open

Note: Pandas compilation = 3 minutes

If you want to use your own fork of openfisca-france, let's update requirements.txt!

jdesboeufs commented 10 years ago

Heroku requirements are now separated from others !