Kind of continue from the other gist how to install LAMP on an Amazon AMI
##Install git
sudo yum install git-core
##Create ssh directory since it doesn't exists by default on the Amazon AMI
Kind of continue from the other gist how to install LAMP on an Amazon AMI
##Install git
sudo yum install git-core
##Create ssh directory since it doesn't exists by default on the Amazon AMI
| set nocompatible " Disable vi-compatibility | |
| set t_Co=256 | |
| colorscheme xoria256 | |
| set guifont=menlo\ for\ powerline:h16 | |
| set guioptions-=T " Removes top toolbar | |
| set guioptions-=r " Removes right hand scroll bar | |
| set go-=L " Removes left hand scroll bar | |
| set linespace=15 |
| # Initial system update | |
| sudo apt-get update && sudo apt-get upgrade | |
| # Install system utilities | |
| ## TLP | |
| sudo apt-get install tlp tlp-rdw | |
| sudo tlp start | |
| ## Sublime Text 2 |
| server { | |
| listen 80; | |
| server_name laravel.dev; | |
| root /var/www/vhosts/laravel.dev/public; | |
| index index.html index.htm index.php; | |
| charset utf-8; | |
| location / { |