Nextcloud w/ISPC3

Discussion in 'General' started by Turbanator, Jan 2, 2017.

  1. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You can create in ISPConfig website cloud.example.com, and install there. Is there a reason you did not choose this route?
     
  2. abintipl

    abintipl Member

    Sir,

    My server already installed with ISPConfig

    I am facing problems while installing Nextcloud in sub domain cloud.example.com whereas it works if the install is in www.example.com/nextcloud

    Thanks for your reply

    Regards,

    Abin
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Did you create website cloud.example.com for that nextcloud thing?
     
  4. abintipl

    abintipl Member

    Yes Sir, I did create website

    B/R
     
  5. abintipl

    abintipl Member

  6. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Do you still have the .vhost files you modified for that website? You should use the configuration ISPConfig makes, and not modify it. Especially those chmod commands you used will break the website, since website user can not write to the website files. Perhaps remove the website and create it again to start from a clean slate, or test first with a new website with different name.
    Unless Nextcloud is quite strange, it should work on a normal ISPConfig website.
     
  7. abintipl

    abintipl Member

    Sir,

    Thank you for your advise, finally I made it!

    I set up ISPconfig https://www.howtoforge.com/tutorial...-stretch-apache-bind-dovecot-ispconfig-3-1/3/ on a fresh Debian 9 VPS

    Then I created website cloud.example.com along with Database, DNS, Email, etc etc to make a website running

    Logged in to my server as root user:
    root@# wget https://download.nextcloud.com/server/releases/latest.zip
    root@# unzip latest.zip
    root@/var/www/clients/client1/web2/web/# mv nextcloud/* ./
    root@/var/www/clients/client1/web2/web/#
    rmdir ./nextcloud/
    rm -f latest.zip
    chown -R www-data:www-data /var/www/clients/client1/web2/web/nextcloud/
    chmod -R 0777 /var/www/clients/client1/web2/web/

    Then opened cloud.example.com
    All done!

    Thank you so much for your help!

    ISPconfig is great web hosting panel!!!

    B/R
     
    budgierless likes this.
  8. Fernando Rodriguez

    Fernando Rodriguez New Member

    I did it, but after I login in nextcloud with my admin and pass, appears:
    ERROR 404 - Not Found!
     
  9. Taleman

    Taleman Well-Known Member HowtoForge Supporter

Share This Page