We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I ended up using the misp-cloud install script thanks to a suggestion in this thread:
MISP/misp-book#204
The script is hard coded to expect php7.2 but on Ubuntu 20.04 the default is now php7.4
I modified these two lines from 7.2 to 7.4 and the install process ran smoothly, I think I have a correctly working system.
PHP_INI='/etc/php/7.4/apache2/php.ini'
apt install -qy libapache2-mod-php php php-cli php-dev php-json php-xml php-mysql php7.4-opcache php-readline php-mbstring php-redis php-gnupg php-gd > /dev/null 2>&1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I ended up using the misp-cloud install script thanks to a suggestion in this thread:
MISP/misp-book#204
The script is hard coded to expect php7.2 but on Ubuntu 20.04 the default is now php7.4
I modified these two lines from 7.2 to 7.4 and the install process ran smoothly, I think I have a correctly working system.
PHP_INI='/etc/php/7.4/apache2/php.ini'
apt install -qy libapache2-mod-php php php-cli php-dev php-json php-xml php-mysql php7.4-opcache php-readline php-mbstring php-redis php-gnupg php-gd > /dev/null 2>&1
The text was updated successfully, but these errors were encountered: