You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LAMP is a powerful bash script for the installation of Apache + PHP + MySQL/MariaDB and so on. You can install Apache + PHP + MySQL/MariaDB in an very easy way, just need to choose what you want to install before installation. And all things will be done in few minutes.
cd~/lamp
git reset --hard // Resets the index and working tree
git pull // Get latest version first
chmod 755 *.sh
./upgrade.sh // Select one to upgrade
./upgrade.sh apache // Upgrade Apache
./upgrade.sh db // Upgrade MySQL or MariaDB
./upgrade.sh php // Upgrade PHP
./upgrade.sh phpmyadmin // Upgrade phpMyAdmin
./upgrade.sh adminer // Upgrade Adminer
Backup
You must modify the config before run it
Backup MySQL or MariaDB datebases, files and directories
Backup file is encrypted with AES256-cbc with SHA1 message-digest (Depends on openssl command) (option)
Auto transfer backup file to Google Drive (Depends on rclone command) (option)
Auto transfer backup file to FTP server (Depends on ftp command) (option)
Auto delete remote file from Google Drive or FTP server (option)