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

Appearance settings

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

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix typo and add Github link.
  • Loading branch information
Augustin Delaporte committed Nov 28, 2014
commit feb2d3bc1efab74609ee4d2b74ecd492fade5795
13 changes: 8 additions & 5 deletions 13 cookbook/deployment/platformsh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

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)

Expand Down Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Configure Database Access

~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats about database migrations and rollbacks?

Copy link
Member

Choose a reason for hiding this comment

The 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: Github -> GitHub

Morty Proxy This is a proxified and sanitized view of the page, visit original site.