From 71abb662abc2dd1ed23356b2229bce66278cb451 Mon Sep 17 00:00:00 2001 From: Didier Date: Tue, 12 Sep 2023 12:46:54 +0200 Subject: [PATCH] fix typos --- INSTALL/INSTALL.ubuntu2204.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL/INSTALL.ubuntu2204.md b/INSTALL/INSTALL.ubuntu2204.md index bafaa54..ef50c6a 100644 --- a/INSTALL/INSTALL.ubuntu2204.md +++ b/INSTALL/INSTALL.ubuntu2204.md @@ -65,27 +65,21 @@ sudo a2enmod headers ``` - ## 1.4. Install PHP and dependencies (It's recommended to install php8 or php8.1 and all the modules of the version) ```bash -$ sudo apt-get install php apache2 libapache2-mod-php php-curl php-gd php-mysql php-pear php-xml php-mbstring php-intl php-imagick php-zip php-bcmath +sudo apt-get install php apache2 libapache2-mod-php php-curl php-gd php-mysql php-pear php-xml php-mbstring php-intl php-imagick php-zip php-bcmath ``` ## 1.5 Apply PHP configuration settings in your php.ini https://github.com/monarc-project/MonarcAppFO/blob/master/vagrant/bootstrap.sh#L22-L26 -## 1.6 Change access risghts + +## 1.6 Apply all changes ```bash -sudo chown -R www-data:www-data /var/lib/monarc -``` - -## 1.7 Apply all changes - -```bash -$ sudo systemctl restart apache2.service +sudo systemctl restart apache2.service ``` # 2. Installation of MONARC @@ -111,6 +105,12 @@ mkdir -p $PATH_TO_MONARC_DATA/cache $PATH_TO_MONARC_DATA/DoctrineORMModule/Proxy ln -s $PATH_TO_MONARC_DATA $PATH_TO_MONARC/data ``` +## 2.1 Change access rights + +```bash +sudo chown -R www-data:www-data /var/lib/monarc +``` + ## 2.2. Databases