Created
September 25, 2016 18:08
-
-
Save joellobo/57bf8327cd0ce4c0bb775488aa2b14da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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