Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cookbook][Deployment] some tweaks to #4601 #5101

Merged
merged 1 commit into from
Mar 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions cookbook/deployment/heroku.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You are now ready to deploy the application as explained in the next section.
Deploying your Application on Heroku
------------------------------------

Before your first deploy, you need to do just 2 more things, which are explained
Before your first deploy, you need to do just three more things, which are explained
below:

#. :ref:`Create a Procfile <heroku-procfile>`
Expand All @@ -79,6 +79,7 @@ below:
#. :ref:`Push your Code to Heroku <heroku-push-code>`

.. _heroku-procfile:
.. _creating-a-procfile:

1) Create a Procfile
~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -117,6 +118,7 @@ create the ``Procfile`` file and to add it to the repository:
1 file changed, 1 insertion(+)

.. _heroku-setting-env-to-prod:
.. _setting-the-prod-environment:

2) Set the Environment to prod
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -140,6 +142,7 @@ variables, you can issue a single command to prepare your app for a deployment:
$ heroku config:set SYMFONY_ENV=prod

.. _heroku-push-code:
.. _pushing-to-heroku:

3) Push your Code to Heroku
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -225,4 +228,4 @@ You should be seeing your Symfony application in your browser.
.. _`Logplex`: https://devcenter.heroku.com/articles/logplex
.. _`verified that the RSA key fingerprint is correct`: https://devcenter.heroku.com/articles/git-repository-ssh-fingerprints
.. _`post-install-commands`: https://getcomposer.org/doc/articles/scripts.md
.. _`config vars`: https://devcenter.heroku.com/articles/config-vars
.. _`config vars`: https://devcenter.heroku.com/articles/config-vars