Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
panique committed Dec 23, 2014
1 parent 6fb795b commit d37d17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _vagrant/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
PASSWORD='12345678'
PROJECTFOLDER='myproject'

# create project folder
sudo mkdir "/var/www/html/${PROJECTFOLDER}"

sudo apt-get update
sudo apt-get -y upgrade

Expand All @@ -25,6 +22,9 @@ sudo debconf-set-selections <<< "phpmyadmin phpmyadmin/mysql/app-pass password $
sudo debconf-set-selections <<< "phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2"
sudo apt-get -y install phpmyadmin

# create project folder
sudo mkdir "/var/www/html/${PROJECTFOLDER}"

# setup hosts file
VHOST=$(cat <<EOF
<VirtualHost *:80>
Expand Down

0 comments on commit d37d17a

Please sign in to comment.