mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
#1: Elasticsearch should actually get installed in the dev environment.
This commit is contained in:
parent
845449c8cc
commit
d094dee075
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue