From 2d4f6873084f46275e9bde4be251acc0c8e74d42 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 17 Jan 2023 12:17:38 +0100 Subject: [PATCH] Fix the SymfonyCloud name --- configuration.rst | 2 +- setup/symfony_server.rst | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configuration.rst b/configuration.rst index 52109426ceb..49f3ac3b0c2 100644 --- a/configuration.rst +++ b/configuration.rst @@ -674,7 +674,7 @@ To define the value of an env var, you have several options: .. tip:: - Some hosts - like SymfonyCloud - offer easy `utilities to manage env vars`_ + Some hosts - like Platform.sh - offer easy `utilities to manage env vars`_ in production. .. note:: diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index 9e50c44ff16..7420001f742 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -488,22 +488,22 @@ its location, same as for ``docker-compose``: ``symfony console doctrine:database:drop --force --env=test``, the command will drop the database defined in your Docker configuration and not the "test" one. -SymfonyCloud Integration ------------------------- +Platform.sh Integration +----------------------- The local Symfony server provides full, but optional, integration with -`SymfonyCloud`_, a service optimized to run your Symfony applications on the +`Platform.sh`_, a service optimized to run your Symfony applications on the cloud. It provides features such as creating environments, backups/snapshots, -and even access to a copy of the production data from your local machine to help -debug any issues. +and even access to a copy of the production data from your local machine to +help debug any issues. -`Read SymfonyCloud technical docs`_. +`Read Platform.sh for Symfony technical docs`_. .. _`install Symfony`: https://symfony.com/download .. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli .. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software) -.. _`SymfonyCloud`: https://symfony.com/cloud/ -.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html +.. _`Platform.sh`: https://symfony.com/cloud/ +.. _`Read Platform.sh for Symfony technical docs`: https://symfony.com/doc/master/cloud/intro.html .. _`Proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/ .. _`Proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac .. _`Proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en