2015-09-12 14:56:09 -07:00
|
|
|
#!/usr/bin/env bash
|
2015-12-20 10:30:51 -08:00
|
|
|
|
2016-02-02 18:39:09 -08:00
|
|
|
mkdir -p /vagrant/storage/app/datastore
|
|
|
|
|
2015-04-11 20:22:15 -05:00
|
|
|
sudo cp /vagrant/vagrant/pony.fm.nginx.config /etc/nginx/nginx.conf
|
|
|
|
sudo cp /vagrant/vagrant/pony.fm.nginx.site.config /etc/nginx/sites-enabled/pony.fm
|
|
|
|
|
2015-12-20 10:30:51 -08:00
|
|
|
sudo cp /vagrant/vagrant/php-overrides.ini /etc/php/7.0/fpm/99-overrides.ini
|
2015-04-11 20:22:15 -05:00
|
|
|
|
|
|
|
sudo cp /vagrant/vagrant/pony.fm.redis.config /etc/redis/redis.conf
|
|
|
|
|
2016-01-17 07:53:18 -08:00
|
|
|
sudo service elasticsearch restart
|
2015-04-11 20:22:15 -05:00
|
|
|
sudo service nginx restart
|
2015-12-20 10:30:51 -08:00
|
|
|
sudo service php7.0-fpm restart
|