Skip to content

Instantly share code, notes, and snippets.

View johnmeilleur's full-sized avatar

John Meilleur johnmeilleur

  • Calgary, Alberta, Canada
View GitHub Profile
@johnmeilleur
johnmeilleur / Install-Statamic.sh
Last active August 29, 2015 14:13
Install Statamic
# Update Ubuntu with the latest updates
sudo apt-get update
# Install Apache
sudo apt-get --yes install apache2
# Enable mod_rewrite and mod_headers Apache modules
sudo a2enmod rewrite
sudo a2enmod headers