-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Setup Heroku
Nathan Broadbent edited this page Mar 13, 2012
·
22 revisions
You will first need to install the heroku gem on your system.
gem install heroku
To set up Fat Free CRM on Heroku, run the following commands:
app_name="{{organization-crm}}" # <- Replace with your desired application name
heroku create $app_name --stack cedar
git push heroku master
heroku run rake ffcrm:setup USERNAME=admin PASSWORD=admin [email protected]
heroku config:add HEROKU=true
All done! You should now be able to visit {{app_name}}.heroku.com