This script saves you alot of time by preconfiguring the whole webserver stack
- Make sure you are root! (by doing
sudo su
) - Download and run installer:
wget https://raw.githubusercontent.com/vmo64/lampserver-installer/main/install.sh
thenbash install.sh
- Select the option you want from the list (entering an invalid option makes the script exit)
- Enter the information required
- The option you have selected is installed
Operating System | Version | Supported? |
---|---|---|
Ubuntu | 22.04 LTS | ✅ |
20.04 LTS | ✅ | |
18.04 LTS | ✅ | |
Debian | 11 | ❓ |
10 | ❓ | |
9 | ❓ | |
9 | ❌ | |
CentOS | 8 | ❌ |
7 | ❌ |
Note: This script does work on Debian systems but some phpMyAdmin problems may happen.
Option | Option No. | Support Status |
---|---|---|
LAMP | 1 | ✅ |
LEMP | 2 | ❓ |
Apache | 3 | ✅ |
NGINX | 4 | ✅ |
MySQL | 5 | ✅ |
phpMyAdmin | 6 | ✅ |
SSL Script | 7 | ✅ |
- 64 Bit OS
- Internet connection
2.0 Release
- Renamed repository from
lampserver-installer
towebserver-installer
- Added a menu with more options
- Added NGINX stack support
- Added individual options
- Integrated SSL script into the main menu
1.1 Release
- Fully automated setup
- SSL addon added
1.0 Pre Release
- Semi automated LAMP install script
Enjoy.