Skip to content

Commit

Permalink
Make sure Apache is installed
Browse files Browse the repository at this point in the history
Looks like Apache isn't included in the list of apt-get install. I needed to add it in order for it to be installed on a Linode w/ Ubuntu 14.04.
  • Loading branch information
quicksketch committed Dec 11, 2015
1 parent e2bc3b8 commit 06be88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ echo "deb http://packages.blackfire.io/debian any main" | sudo tee /etc/apt/sour

sudo apt-get update -y

sudo apt-get install -y accountsservice adduser \
sudo apt-get install -y accountsservice adduser apache2 \
apparmor apt apt-transport-https apt-utils autoconf automake \
bash bash-completion build-essential bzip2 ca-certificates cmake coreutils \
default-jre dos2unix dpkg ed eject findutils gcc-4.8 blackfire-agent \
geoip-database git-flow glances grep hhvm iperf linux-tools-generic-lts-trusty \
libmcrypt-dev libmemcached-dev libmysqlclient-dev \
libapache2-mod-fastcgi libmcrypt-dev libmemcached-dev libmysqlclient-dev \
libtool makedev man-db manpages mawk memcached mime-support mlocate \
module-init-tools mount mountall mtr multiarch-support mysql-common \
mysql-server ncdu ncurses-base ncurses-bin nginx blackfire-php \
Expand Down

0 comments on commit 06be88f

Please sign in to comment.