I have an operational Wordpress droplet. I want to add the Nextcloud application on my server. Do I need to set up a separate subdomain for Nextcloud?
Thanks,
Jim
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I had some problems installing NextCloud. I followed these instructions to install ownCloud. How To Install and Configure ownCloud on Ubuntu 16.04 OwnCloud has clients for IOS, Ubuntu, and Raspberry Pi
Jim
You should separate your subdomains if you have wordpress under blog.domain.com … it is better to create a new subdomain like cloud.domain.com Plus you need to create another mysql database separately for nextcloud with a normal (limited) mysql user, especially for nextcloud.
Would appreciate you sharing any tips you learn along the way. I am considering adding a NextCloud server to my LEMP stack running WordPress.