Debian LAMP Stretch: Difference between revisions
From Braindisconnect
Jump to navigationJump to search
(Created page with "Install Debian with SSH server apt update && apt upgrade Install LAMP plus utilities apt install htop iftop net-tools open-vm-tools apache2 apache2-utils mariadb-server m...") |
No edit summary |
||
Line 6: | Line 6: | ||
apt install htop iftop net-tools open-vm-tools apache2 apache2-utils mariadb-server mariadb-client php7.0 libapache2-mod-php7.0 php7.0-mysql php-common php7.0-cli php7.0-common php7.0-json php7.0-opcache php7.0-readline | apt install htop iftop net-tools open-vm-tools apache2 apache2-utils mariadb-server mariadb-client php7.0 libapache2-mod-php7.0 php7.0-mysql php-common php7.0-cli php7.0-common php7.0-json php7.0-opcache php7.0-readline | ||
Reboot the server | |||
Secure the DB | Secure the DB | ||
mysql_secure_installation | mysql_secure_installation |
Revision as of 13:16, 24 March 2019
Install Debian with SSH server
apt update && apt upgrade
Install LAMP plus utilities
apt install htop iftop net-tools open-vm-tools apache2 apache2-utils mariadb-server mariadb-client php7.0 libapache2-mod-php7.0 php7.0-mysql php-common php7.0-cli php7.0-common php7.0-json php7.0-opcache php7.0-readline
Reboot the server
Secure the DB
mysql_secure_installation