From d094dee075a98a095a8846b86bfff0d461cc6600 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Sun, 17 Jan 2016 07:53:18 -0800 Subject: [PATCH] #1: Elasticsearch should actually get installed in the dev environment. --- vagrant/copy-and-restart-configs.sh | 1 + vagrant/install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vagrant/copy-and-restart-configs.sh b/vagrant/copy-and-restart-configs.sh index 20a70c40..49a94161 100755 --- a/vagrant/copy-and-restart-configs.sh +++ b/vagrant/copy-and-restart-configs.sh @@ -7,6 +7,7 @@ sudo cp /vagrant/vagrant/php-overrides.ini /etc/php/7.0/fpm/99-overrides.ini sudo cp /vagrant/vagrant/pony.fm.redis.config /etc/redis/redis.conf +sudo service elasticsearch restart sudo service nginx restart sudo service php7.0-fpm restart diff --git a/vagrant/install.sh b/vagrant/install.sh index 654b251e..14b55c27 100755 --- a/vagrant/install.sh +++ b/vagrant/install.sh @@ -22,7 +22,7 @@ echo "Running apt-get update..." sudo apt-get -qq update echo "Installing tagging tools & other dependencies..." -sudo apt-get -qq install -y AtomicParsley flac vorbis-tools imagemagick oracle-java8-installer pkg-config yasm libfaac-dev libmp3lame-dev libvorbis-dev libtheora-dev +sudo apt-get -qq install -y AtomicParsley flac vorbis-tools imagemagick oracle-java8-installer elasticsearch pkg-config yasm libfaac-dev libmp3lame-dev libvorbis-dev libtheora-dev if type ffmpeg &>/dev/null; then