NextCloud on LAMP on Stretch: Difference between revisions

From munkjensen.net/wiki
No edit summary
Line 9: Line 9:
* "apt install mariadb-client mariadb-server" '''did not ask''' for root password. It just installed with blank password... but i can easily be fixed using the "mysql_secure_installation" script that is included in the install. Ref: https://mariadb.com/kb/en/mariadb/mysql_secure_installation/
* "apt install mariadb-client mariadb-server" '''did not ask''' for root password. It just installed with blank password... but i can easily be fixed using the "mysql_secure_installation" script that is included in the install. Ref: https://mariadb.com/kb/en/mariadb/mysql_secure_installation/
* [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 did not work ootb... investigating atm!
* PHP7 '''only pareses''' *.php files !


</blockquote>
</blockquote>

Revision as of 18:53, 25 June 2017

  1. LAMP
  2. NextCloud

A few findings:

LAMP

Additional installs