Skip to content

Instantly share code, notes, and snippets.

@ProjectCleverWeb
Created June 23, 2015 20:32
Show Gist options
  • Save ProjectCleverWeb/0d48b11e207052fba27a to your computer and use it in GitHub Desktop.
Save ProjectCleverWeb/0d48b11e207052fba27a to your computer and use it in GitHub Desktop.
Instant LAMP Server
# Instant Install of PHP, Apache, and MySQL for a fresh Ubuntu VPS (tested for 15.04 on 2015-06-23)
# NOTE: Enables MOST of PHP's extentions
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y install apache2 mysql-server php5 libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql php5-cgi php5-cli php5-common php5-curl php5-dbg php5-dev php5-gd php5-gmp php5-json php5-ldap php5-mysql php5-odbc php5-pgsql php5-pspell php5-readline php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl libphp5-embed php5-adodb php5-enchant php5-exactimage php5-fpm php5-gdcm php5-gearman php5-geoip php5-gnupg php5-imagick php5-imap php5-interbase php5-intl php5-lasso php5-librdf php5-mapscript php5-mcrypt php5-memcache php5-memcached php5-midgard2 php5-ming php5-mongo php5-msgpack php5-oauth php5-pinba php5-ps php5-radius php5-redis php5-remctl php5-rrd php5-sasl php5-stomp php5-svn php5-sybase php5-tokyo-tyrant php5-vtkgdcm php5-xcache php5-xdebug php5-xhprof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment