Skip to content

Instantly share code, notes, and snippets.

@jahvi
Last active September 6, 2015 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahvi/c312e4fb7bc2461c6d3d to your computer and use it in GitHub Desktop.
Save jahvi/c312e4fb7bc2461c6d3d to your computer and use it in GitHub Desktop.
Install apache in Ubuntu Server
# 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