-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Setup Heroku
x2q edited this page Oct 9, 2013
·
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 apps:create $app_name --stack cedar
git push heroku master
heroku run rake db:migrate
heroku run rake ffcrm:setup:admin USERNAME=admin PASSWORD=admin [email protected]
heroku config:add HEROKU=true
All done! You should now be able to visit {{app_name}}.heroku.com