-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I want to get this running on either Ubuntu or CentOS. I didn't manage to get mysql up and running at all on Ubuntu 16, I haven't done more research into that, but here are the issues with CentOS:
- Log file for mysql seems to be /var/log/mysqld.log by default, so the directory /var/log/mysql does not come out of the package. Logfile location is overrided to /var/log/mysql/mariadb.log in database.pp, this probably works fine on Debian, but on CentOS it causes errors as /var/log/mysql does not exist. I worked around it by manually creating the directory.
- Package names for PHP and for PHP extensions are overridden in this module, but the hard coded values in php.pp does not work on CentOS.
If I manage to get Nextcloud installed in CentOS using this module, will a pull request be accepted?
Metadata
Metadata
Assignees
Labels
No labels