Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 589 Bytes

File metadata and controls

11 lines (6 loc) · 589 Bytes

Raspberry Pi LAMP Install Script

If you were using Ubuntu Server on your Pi, to install a LAMP (Linux, Apache, PHP, and MySQL), you would simply type one command using tasksel, but that doesn't work on the Raspberry Pi. With this script, installation is simple, and reduces dozens of commands into a simple script.

Installation Proceedure:

  1. git clone https://github.com/LikeABoss-001/Raspberry-Pi-LAMP-Install-Script.git

  2. cd Raspberry-Pi-LAMP-Install-Script

  3. sudo chmod +x install.sh && ./install.sh