2

I started to try to install Symfony php framework. In the tutorial, they asked to download it and unzip the files in the usual web folder : /var/wamp for Linux. Yet I searched in the var folder and found nothing about it... Do I have to create it on my own ? I tried using right click but I failed ...

I found this link on how to install and get started with Symfony on Ubuntu 14.04. But I rather followed George's answer to download apache2 first.

I have Ubuntu 16.04.

1 Answers1

9

Please install apache:

sudo apt install apache2

Then go to /var/ you should see www and inside it html since Ubuntu 14.04, so drop it in /var/www/html as this is the default for Ubuntu 14.04 +

George Udosen
  • 37,534