Merge pull request #137 from PaoloVecchi/patch-1

Update INSTALL.ubuntu1704.md
ldap
Cédric Bonhomme 2018-09-04 15:39:52 +02:00 committed by GitHub
commit 8be7b62159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -10,7 +10,8 @@ can use the provided script:
$ ./scripts/update-all.sh
$ sudo systemctl restart apache2
# Install the dependencies: (some might already be installed)
sudo apt-get install curl git openssl sudo zip
PHP & MySQL
-----------
@ -18,6 +19,9 @@ PHP & MySQL
Install PHP (version 7.0 recommended) with extensions : *xml*, *mbstring*,
*mysql*, *zip*, *unzip*, *mcrypt*, *intl*, *gettext* and *imagick*.
# Install PHP and dependencies
sudo apt-get install libapache2-mod-php php php-cli php-zip php-json php-mysql php-mbstring php-imagick php-xml php-mcrypt php-intl
In __php.ini__, set:
* *upload_max_filesize* to 200M;
@ -29,10 +33,16 @@ Install Apache and enable mods: *rewrite*, *ssl* (with a2enmod)
Install MariaDB.
sudo service mysql stop && sudo apt-get install mariadb-client mariadb-server
# Secure the MariaDB installation (especially by setting a strong root password) if it hasn't been asked during the setup process.
sudo mysql_secure_installation
Installation of MONARC
----------------------
# Go to your www directory eg: /var/www/html
Clone the repository and invoke `composer` using the shipped `composer.phar`:
git clone https://github.com/monarc-project/MonarcAppFO.git ./monarc