-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Cookbook] Added note to deployment tools about exporting SYMFONY_ENV #4001
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
45ea62b
Added note about exporting SYMFONY_ENV
jasonbouffard 81cec5d
Fix documentation for group_sequence_provider
giosh94mhz 37ab23d
document multiple recipients in XML configs
xabbuh dc33b0c
add missing Monolog handler type in XML config
xabbuh 2c93aa5
bug #4147 [Cookbook][Logging] add missing Monolog handler type in XML…
weaverryan 93bbd14
tweaks for the web server configuration chapter
xabbuh da441ae
Fixed minor typos.
ahsio a49c892
Removing extra whitespace
weaverryan be90d8a
feature #4142 [Cookbook][Configuration] tweaks for the web server con…
weaverryan 8c96e42
Added the schema_filter option to the reference
peterrehm 7a6e3d1
feature #4150 Added the schema_filter option to the reference (peterr…
weaverryan bccb080
feature #4140 [Cookbook][Logging] document multiple recipients in XML…
weaverryan eaaa35a
bug #4145 Fix documentation for group_sequence_provider (giosh94mhz)
weaverryan fb98977
Adding 'attr' option to the Textarea options list
ronanguilloux 3e68ee7
minor #4152 Adding 'attr' option to the Textarea options list (ronang…
weaverryan 4882b99
bug #4164 Fixed minor typos. (ahsio)
weaverryan e9d317a
minor #4160 [Reference] consistent & complete config examples (xabbuh)
weaverryan 0f84ab5
Added note about exporting SYMFONY_ENV
jasonbouffard ef7e8d5
Merge branch '2.3' of github.com:jpb0104/symfony-docs into 2.3
jasonbouffard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,11 @@ as you normally do: | |
ensures that development packages are not installed in the production | ||
environment. | ||
|
||
.. note:: | ||
|
||
You may need to pass the environment name via ``export SYMFONY_ENV=prod`` | ||
for the Symfony ``post-install-cmd`` commands to execute properly. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not be even more specific? Something like:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 That's what I had in mind when I wrote the comment. Though I would split this into two sentences. |
||
|
||
C) Clear your Symfony cache | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think of changing this to
.. caution::
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1