2.8.4.1.1. Installing Symfony

  1. Install required PHP versions:
  2. Connect to hosting via SSH.
  3. Run the commands:
    composer create-project symfony/skeleton ~/example.com/www
    cd ~/example.com/www
    composer require webapp

    In commands instead of ~/example.com/www specify the path to your site directory. Question during installation «Do you want to include Docker configuration from recipes?» enter x.

  4. Change site root directory public.
  5. Open the site in a browser and make sure the welcome page is displayed.
Content