Last active
September 6, 2015 14:54
-
-
Save jahvi/c312e4fb7bc2461c6d3d to your computer and use it in GitHub Desktop.
Install apache in Ubuntu Server
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
# Update repository | |
config.vm.provision "shell", inline: "sudo apt-get update" | |
# Install apache | |
config.vm.provision "shell", inline: "sudo apt-get install -qq apache2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment