Skip to content

jgamos/LampRapberryPI2-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Lamp for Raspberry PI 2/3

LAMP

About LAMP

LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. LAMP

About this script

This script helps you to install all the required tools of LAMP(Linux Apache Mysql Php) on ur PI .Its automatically setup all the settings ,in addition ,by default its install apache2-server,Mysql-server,PHP5 and Phpmyadmin .

Run the code

In your RPI ,open up the terminal [ctr+alt+t] then follow this steps

$ git clone https://github.com/ihebBenSalem/LampRapberryPI2-3.git
$ cd LampRapberryPI2-3
$ sudo chmod +x lampPi.sh
$ sudo ./lampPi.sh

u can use root as a default password for Mysql and Phpmyadmin ,then change it later .

#ScreenShots Here is a live screenshots form my PI3 after using this script
Apache apach2 Phpmyadmin phpmyadmin

Note

This program is distributed in the hope that it will be useful.

About

LAMP Installer for RPI / apache-php-phpmyadmin-mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%