NextCloud on LAMP on Stretch: Difference between revisions

From munkjensen.net/wiki
mNo edit summary
Line 10: Line 10:
* [https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux#h3-create-the-database Create the nextcloud database] '''not the "newdb"''' included in the LAMP guide.
* [https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux#h3-create-the-database Create the nextcloud database] '''not the "newdb"''' included in the LAMP guide.
* PHP7 '''only pareses''' *.php files !
* PHP7 '''only pareses''' *.php files !
==== NextCloud ====
* Small typo: "php-7.0-cli" should be "php7.0-cli" in the first  apt install command.


</blockquote>
</blockquote>

Revision as of 21:21, 25 June 2017

  1. LAMP
  2. NextCloud

A few findings:

LAMP


NextCloud

  • Small typo: "php-7.0-cli" should be "php7.0-cli" in the first apt install command.

Additional installs