Skip to content

Instantly share code, notes, and snippets.

@BriceShatzer
Last active August 29, 2015 14:26
Show Gist options
  • Save BriceShatzer/09a7ac04d1efe29215c6 to your computer and use it in GitHub Desktop.
Save BriceShatzer/09a7ac04d1efe29215c6 to your computer and use it in GitHub Desktop.
Getting projects running locally w/ apache & webmin
  1. clone repo
  2. composer install / npm|bower install -> grunt|grunt
  3. edit /etc/hosts -> add new domain
  4. update webmin (http://localhost:10000/)
  5. apache webserver -> create new virtual host
  6. edit directives -> copy/add:
AllowOverride all
allow from all
Options -Indexes +FollowSymLinks
Require all granted
  1. sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment