diff --git a/INSTALL/INSTALL.ubuntu1604.md b/INSTALL/INSTALL.ubuntu1604.md index 3c6c4ef..6943954 100644 --- a/INSTALL/INSTALL.ubuntu1604.md +++ b/INSTALL/INSTALL.ubuntu1604.md @@ -1,11 +1,6 @@ Installation on Ubuntu 16.04 ============================ -The master branch should always be working and it is recommended to install the -project using this one. - - - # 1. Install LAMP & dependencies ## Install the dependencies @@ -37,15 +32,17 @@ Especially by setting a strong root password. ## Apache Virtual Host - + ServerName monarc.localhost DocumentRoot /var/lib/monarc/fo/public - SetEnv APPLICATION_ENV "development" - + + DirectoryIndex index.php AllowOverride All Require all granted + + SetEnv APPLICATION_ENV "development" @@ -55,7 +52,7 @@ Especially by setting a strong root password. ## Apply all changes - sudo systemctl restart apache2 + sudo systemctl restart apache2.service