Skip to content

Instantly share code, notes, and snippets.

@joellobo
Created September 25, 2016 18:08
Show Gist options
  • Save joellobo/57bf8327cd0ce4c0bb775488aa2b14da to your computer and use it in GitHub Desktop.
Save joellobo/57bf8327cd0ce4c0bb775488aa2b14da to your computer and use it in GitHub Desktop.
sudo cp /etc/apache2/sites-available/djadrones.conf /etc/apache2/sites-available/123futebol.conf
vim /etc/apache2/sites-available/123futebol.conf
sudo vim /etc/apache2/sites-available/123futebol.conf
mkdir /var/www/123futebol
touch /var/www/123futebol/index.php
sudo a2ensite 123futebol
sudo service apache2 reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment