Open main menu

CDOT Wiki β

Changes

OPS345 Lab 4

No change in size, 04:39, 24 January 2022
Install Nextcloud
amazon-linux-extras enable php7.4
yum clean metadata
yum install php-cli php-pdo php-fpm php-json php-mysqlnd php-process
systemctl restart httpd
</source>
[[File:AWSNextcloudMissingModules.png|800px|border|center]]
* You can get those modules from Amazon Linux Extras as well:<source>amazon-linux-extras enable httpd_modules
yum install php-dom php-gd php-mbstringphp-process
systemctl restart httpd</source>
* Now you can continue with the setup in Firefox.