diff --git a/03-setup-nextcloud/README.md b/03-setup-nextcloud/README.md index e49969b..5d6dae5 100644 --- a/03-setup-nextcloud/README.md +++ b/03-setup-nextcloud/README.md @@ -10,10 +10,10 @@ This demo will utilize Apache as a web server. It is also possible, and in some Here are the steps to install and configure Apache for Nextcloud: * `sudo -i` to get root access -* Install Apache/PHP: `zypper in -y apache2 apache2-mod_php8 php8-exif php8-gd php8-json php8-fpm php8-mysql php8-curl php8-intl php8-mcrypt php8-zip php8-mbstring php8-zlib php8-openssl php8-fileinfo php8-pcntl php8-posix` +* Install Apache/PHP: `zypper in -y apache2 apache2-mod_php8 php8-exif php8-gd php8-fpm php8-mysql php8-curl php8-intl php8-zip php8-mbstring php8-zlib php8-openssl php8-fileinfo php8-pcntl php8-posix` Enable apache modules: -* a2enmod php7 +* a2enmod php8 * a2enmod rewrite * a2enmod headers