Added the missing path creation to the doc.

pull/413/head
Ruslan Baidan 2022-01-25 12:11:38 +01:00 committed by GitHub
parent ec60b81c00
commit 182fba8658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ Especially by setting a strong root password.
$ git clone https://github.com/monarc-project/MonarcAppFO.git /var/lib/monarc/fo
$ cd /var/lib/monarc/fo
$ mkdir -p data/cache
$ mkdir -p data/DoctrineORMModule/Proxy
$ mkdir -p data/LazyServices/Proxy
$ chmod -R g+w data
$ composer install -o