Update INSTALL.rhel7.md

pull/4048/head
Andras Iklody 2019-01-22 12:11:41 +01:00 committed by GitHub
parent 3389413708
commit 8463a1a642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -245,6 +245,12 @@ ln -s ../php-fpm.d/timezone.ini /etc/opt/rh/rh-php71/php.d/99-timezone.ini
cp -fa /var/www/MISP/INSTALL/setup/config.php /var/www/MISP/app/Plugin/CakeResque/Config/config.php
```
## 4.06/ Install Crypt_GPG and Console_CommandLine
```bash
sudo -H -u www-data pear install ${PATH_TO_MISP}/INSTALL/dependencies/Console_CommandLine/package.xml
sudo -H -u www-data pear install ${PATH_TO_MISP}/INSTALL/dependencies/Crypt_GPG/package.xml
```
# 5/ Set file permissions
## 5.01/ Make sure the permissions are set correctly using the following commands as root:
```bash