#1: Elasticsearch should actually get installed in the dev environment.

This commit is contained in:
Peter Deltchev 2016-01-17 07:53:18 -08:00
parent 845449c8cc
commit d094dee075
2 changed files with 2 additions and 1 deletions

View file

@ -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 cp /vagrant/vagrant/pony.fm.redis.config /etc/redis/redis.conf
sudo service elasticsearch restart
sudo service nginx restart sudo service nginx restart
sudo service php7.0-fpm restart sudo service php7.0-fpm restart

View file

@ -22,7 +22,7 @@ echo "Running apt-get update..."
sudo apt-get -qq update sudo apt-get -qq update
echo "Installing tagging tools & other dependencies..." 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 if type ffmpeg &>/dev/null; then