NextCloud on LAMP on Stretch: Difference between revisions
Line 23: | Line 23: | ||
* https://linuxconfig.org/generate-ssl-certificates-with-letsencrypt-debian-linux | * https://linuxconfig.org/generate-ssl-certificates-with-letsencrypt-debian-linux | ||
* [http://guichaz.free.fr/iotop/ iptop] | * [http://guichaz.free.fr/iotop/ iptop] | ||
* [ | * [[Using "screen -S sessionName .script" in SSH|screen]] | ||
[[Category:Debian]] | [[Category:Debian]] |
Revision as of 14:55, 27 June 2017
A few findings:
LAMP
- "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/
- Create the nextcloud database not the "newdb" included in the LAMP guide.
- PHP7 only pareses *.php files !
NextCloud
- Small typo: "php-7.0-cli" should be "php7.0-cli" in the first apt install command.