talha08 / easy-ubuntu-dev-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easy-ubuntu-dev-setup

Install LAMP Stack on Ubuntu 16.04 & Linux Mint 18

Please run the following command on your Terminal

bash <(wget -qO- https://raw.githubusercontent.com/scdnlab/easy-ubuntu-dev-setup/master/lamp_setup.sh)

Install LAMP Stack on Ubuntu 14.04

Please run the following command on your Terminal

bash <(wget -qO- https://raw.githubusercontent.com/scdnlab/easy-ubuntu-dev-setup/14.04/lamp_setup.sh)

Warning

When the first prompt of phpmyadmin appears, apache2 is highlighted, but not selected. If you do not hit "SPACE" to select Apache, the installer will not move the necessary files during installation. Hit "SPACE", "TAB", and then "ENTER" to select Apache.

Install composer on Ubuntu 16.04

Please run the following command on your Terminal

bash <(wget -qO- https://raw.githubusercontent.com/scdnlab/easy-ubuntu-dev-setup/master/composer.sh)

Add Swap Memory on Ubuntu 16.04

Please run the following command on your Terminal

bash <(wget -qO- https://raw.githubusercontent.com/scdnlab/easy-ubuntu-dev-setup/master/add_swap_memory.sh)

Generate SSH Key on Ubuntu 16.04

Please run the following command on your Terminal

bash <(wget -qO- https://raw.githubusercontent.com/scdnlab/easy-ubuntu-dev-setup/master/generate_ssh.sh)

Install Node.js and NPM on Ubuntu 16.04

Please run the following command on your Terminal

bash <(wget -qO- https://raw.githubusercontent.com/scdnlab/easy-ubuntu-dev-setup/master/nodejs.sh)

About


Languages

Language:Shell 100.0%