mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-20 07:56:09 +01:00
Added heroku config:add BUNDLE_WITHOUT="development:test:selenium"
parent
75c3e84744
commit
75ceb4fb2b
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Installing Tracks 2.0 or newer on Heroku is fairly simple, here are the steps to
|
|||
</code>
|
||||
# Add the created site.yml with @git add config/site.yml@ and commit everything with @git -a@
|
||||
# Create a Heroku app on the Bamboo stack with @heroku create {NAME} --stack bamboo-ree-1.8.7@
|
||||
# Run @heroku config:add BUNDLE_WITHOUT="development:test:selenium"@ so that only gems needed for production are installed on Heroku
|
||||
# Push the commit with @git push heroku master@
|
||||
# Run the migrations on Heroku with @heroku run rake db:migrate@
|
||||
# Open the application with @heroku open@
|
||||
Loading…
Add table
Add a link
Reference in a new issue