Install NextCloud 10.X on CentOS 7 Minimal
-
Post to be updated with SELinux instructions.
-
Post to be updated with setting up SSL.
-
And ready to log in.
-
Thanks for the guide, works perfect.
Any solution to avoid enter setenforce 0 after restart the server?
-
Check /etc/selinux/conf
change the line that says:
selinux = enforcing
to
selinux = permissive
-
@dafyre said in Install NextCloud 10.X on CentOS 7 Minimal:
Check /etc/selinux/conf
change the line that says:
selinux = enforcing
to
selinux = permissive
Never.
-
@iroal said in Install NextCloud 10.X on CentOS 7 Minimal:
Thanks for the guide, works perfect.
Any solution to avoid enter setenforce 0 after restart the server?
Look at my ownCloud Guide. I expect it to be basically the same. But I have not had time to test it yet.
https://mangolassi.it/topic/6938/install-owncloud-8-x-on-centos-7 -
@JaredBusch said in Install NextCloud 10.X on CentOS 7 Minimal:
Post to be updated with setting up SSL.
sudo yum install python-certbot-apache sudo certbot --apache
Accept defaults in certbot, and I forget the update options off the top of my head.
-
Worked like a charm. NextCloud 10 on CentOS 7 is up and running.
-
@travisdh1 said in Install NextCloud 10.X on CentOS 7 Minimal:
@JaredBusch said in Install NextCloud 10.X on CentOS 7 Minimal:
Post to be updated with setting up SSL.
sudo yum install python-certbot-apache sudo certbot --apache
Accept defaults in certbot, and I forget the update options off the top of my head.
Just FYI for anyone finding this thread. The above does not work because there is not a vhost file.
Call certbot like this.
certbot --apache --email [email protected] --domain nexcloud.domain.com --agree-tos --non-interactive