Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbbffb1a

Browse files
committed
Removing all PAAS deployment articles
We cannot maintain these and keep them up to date
1 parentb563ab2 commitbbffb1a

File tree

5 files changed

+26
-1257
lines changed

5 files changed

+26
-1257
lines changed

‎deployment.rst‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,16 @@ manually taking other steps (see `Common Post-Deployment Tasks`_).
6363
Using Platforms as a Service
6464
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6565

66-
The specific deployment steps vary greatly from one service providertoanother,
67-
so check out the dedicated article for the service of your choose:
66+
Using a Platform as a Service (PAAS) can be a great waytodeploy your Symfony app
67+
quickly and easily. There are many PAAS - below are a few that work well with Symfony:
6868

6969
..toctree::
7070
:maxdepth:1
71-
:glob:
7271

73-
deployment/*
72+
deployment/heroku
73+
deployment/platformsh
74+
deployment/azure-website
75+
deployment/fortrabbit
7476

7577
Using Build Scripts and other Tools
7678
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -123,18 +125,16 @@ Check if your server meets the requirements by running:
123125
124126
.. _b-configure-your-app-config-parameters-yml-file:
125127

126-
B) Configure yourParameters File
127-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128+
B) Configure yourEnvironment Variables
129+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128130

129-
Most Symfony applications define configuration parameters in a file called
130-
``app/config/parameters.yml``. This file should *not* be deployed, because
131-
Symfony generates it automatically using the ``app/config/parameters.yml.dist``
132-
file as a template (that's why ``parameters.yml.dist`` must be committed and
133-
deployed).
131+
Most Symfony applications read their configuration from environment variables.
132+
While developing locally, you'll usually store these in a ``.env`` file. But on
133+
production, instead of creating this file, you should set *real* environment variables.
134134

135-
If your application usesenvironment variables instead of these parameters, you
136-
must define those env varsin yourproduction server using the toolsprovided by
137-
yourhosting service.
135+
How you setenvironment variables, depends on your setup: they can be set at the
136+
command line,in yourNginx configuration, or via other methodsprovided by your
137+
hosting service.
138138

139139
C) Install/Update your Vendors
140140
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp