Install LAMP stack on Ubuntu


/ Published in: Bash
Save to your folder(s)

Install LAMP Stack (Linux,Apache, Mysql, PHP)
Install PHP5 (Some applications require other PHP5 mods)
Install phpMyAdmin


Copy this code and paste it in your HTML
  1. sudo apt-get install lamp-server^
  2. sudo apt-get install php5 php5-gd php5-mysql php5-curl php5-cli php5-cgi php5-dev
  3. sudo apt-get install phpmyadmin

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.