Added crypt_gpg alternate installer

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

View File

@ -177,6 +177,10 @@ sudo -H -u www-data php composer.phar install
sudo phpenmod redis
sudo phpenmod gnupg
# Install Crypt_GPG and Console_CommandLine
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
# To use the scheduler worker for scheduled tasks, do the following:
sudo -u www-data cp -fa ${PATH_TO_MISP}/INSTALL/setup/config.php ${PATH_TO_MISP}/app/Plugin/CakeResque/Config/config.php