You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
If I manage to get Nextcloud installed in CentOS using this module, will a pull request be accepted?
The text was updated successfully, but these errors were encountered: