Various minor improvements in the installation instructions.
parent
40622f45ba
commit
65dadd0ea9
|
@ -62,9 +62,9 @@ Especially by setting a strong root password.
|
||||||
|
|
||||||
Clone the repository and invoke `composer` using the shipped `composer.phar`:
|
Clone the repository and invoke `composer` using the shipped `composer.phar`:
|
||||||
|
|
||||||
cd /var/lib/monarc/fo
|
cd /var/lib/monarc/
|
||||||
git clone https://github.com/monarc-project/MonarcAppFO.git
|
git clone https://github.com/monarc-project/MonarcAppFO.git fo
|
||||||
cd monarc/
|
cd fo/
|
||||||
chown -R www-data data
|
chown -R www-data data
|
||||||
chmod -R g+w data
|
chmod -R g+w data
|
||||||
php composer.phar self-update
|
php composer.phar self-update
|
||||||
|
|
Loading…
Reference in New Issue