Skip to content

scdnlab/easy-ubuntu-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages