Skip to content

Commit

Permalink
minor #5101 [Cookbook][Deployment] some tweaks to #4601 (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[Cookbook][Deployment] some tweaks to #4601

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #4601

* fixing a number (there are three items, not only two)
* add labels for old anchors for BC

Commits
-------

a90def1 some tweaks to #4601
  • Loading branch information
weaverryan committed Mar 24, 2015
2 parents 7e669c1 + a90def1 commit c19598a
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit c19598a

Please sign in to comment.