From 182fba86583472517e1988fcd881ea05155909e1 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 25 Jan 2022 12:11:38 +0100 Subject: [PATCH] Added the missing path creation to the doc. --- INSTALL/INSTALL.ubuntu1804.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL/INSTALL.ubuntu1804.md b/INSTALL/INSTALL.ubuntu1804.md index 1f9cad7..3b6ee1d 100644 --- a/INSTALL/INSTALL.ubuntu1804.md +++ b/INSTALL/INSTALL.ubuntu1804.md @@ -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