This file contains 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
#!/bin/bash | |
# This script is intended for use in development only. It is not optimized or secure for production use. | |
# Config | |
export PASSWORD=devbox | |
# Apache | |
sudo apt-get -y install apache2 | |
sudo chmod a+rwx /var/www/html # we might want to replace this with group permissions |