Update 03-setup-nextcloud/README.md

This commit is contained in:
Scott Williams 2024-09-15 08:37:15 -07:00
parent 1d9411f6fa
commit 0c08479c28

View file

@ -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