NextCloud on LAMP on Stretch: Difference between revisions

From munkjensen.net/wiki
(Created page with "# https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux # https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux")
 
No edit summary
Line 1: Line 1:
# https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux
# https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux
# https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux
# https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux
== 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/

Revision as of 18:07, 25 June 2017

  1. https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux
  2. https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux

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/