-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Deploy Symfony application on Platform.sh. #4526
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
Changes from 1 commit
0ada668
feb2d3b
e74458a
5fd2254
a3716d9
5e20a5e
498517d
1e715d9
6693e78
4e2e14a
c160c87
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
Deploying to Platform.sh | ||
======================== | ||
|
||
This step by step cookbook describes how to deploy a Symfony web application to | ||
`Platform.sh`_ . You can read more about using Symfony with Platform.sh on the | ||
This step-by-step cookbook describes how to deploy a Symfony web application to | ||
`Platform.sh`_. You can read more about using Symfony with Platform.sh on the | ||
official `Platform.sh documentation`_. | ||
|
||
Deploy an existing site | ||
|
@@ -95,6 +95,8 @@ your Git repository which contains the following files: | |
type: mysql | ||
disk: 2048 | ||
|
||
An example of these configurations can be found on `Github`_. | ||
|
||
Configure database access | ||
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. Configure Database Access |
||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
@@ -186,10 +188,11 @@ through the checkout process. | |
Once your project is ready, give it a name and choose: **Create a new site**. | ||
Choose the *Symfony* stack and a starting point such as *Standard*. | ||
|
||
That's it! Your Symfony application will be bootstaped and deployed. You'll soon | ||
That's it! Your Symfony application will be bootstrapped and deployed. You'll soon | ||
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. whats about database migrations and rollbacks? 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. And you should also explain how you would then later on access and modify the code of your newly deployed application. |
||
be able to see it in your browser. | ||
|
||
.. _`Platform.sh`: https://platform.sh | ||
.. _`Platform.sh documentation`: https://docs.platform.sh/toolstacks/symfony/symfony-getting-started/ | ||
.. _`Platform.sh documentation`: https://docs.platform.sh/toolstacks/symfony/symfony-getting-started | ||
.. _`Platform.sh project`: https://marketplace.commerceguys.com/platform/buy-now | ||
.. _`Platform.sh configuration files`: https://docs.platform.sh/reference/configuration-files/ | ||
.. _`Platform.sh configuration files`: https://docs.platform.sh/reference/configuration-files | ||
.. _`Github`: https://github.com/platformsh/platformsh-examples | ||
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. minor: Github -> GitHub |
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.
Deploy an Existing Site (according to our headline capitalisation rules)