From 767a44039da199028df06c88196d54dfacfea3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 14 Nov 2019 08:09:15 +0100 Subject: [PATCH] Updated instruction for installation under Ubuntu 18.04. --- INSTALL/INSTALL.ubuntu1804.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL/INSTALL.ubuntu1804.md b/INSTALL/INSTALL.ubuntu1804.md index 4a46ea7..88d044f 100644 --- a/INSTALL/INSTALL.ubuntu1804.md +++ b/INSTALL/INSTALL.ubuntu1804.md @@ -68,12 +68,11 @@ Especially by setting a strong root password. ## 2.1. MONARC source code -Clone the repository and invoke `composer` using the shipped `composer.phar`: - $ mkdir -p /var/lib/monarc/fo $ git clone https://github.com/monarc-project/MonarcAppFO.git /var/lib/monarc/fo $ cd /var/lib/monarc/fo - $ mkdir data + $ mkdir -p data/cache + $ mkdir -p data/LazyServices/Proxy $ chmod -R g+w data $ composer install -o @@ -170,7 +169,7 @@ Install Grunt: then update MONARC: - $ ./scripts/update-all.sh + $ ./scripts/update-all.sh -c # 4. Create initial user