mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
13 lines
421 B
Bash
Executable file
13 lines
421 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
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
|
|
|
|
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 nginx restart
|
|
sudo service php7.0-fpm restart
|
|
|
|
# todo: figure out how to restart redis
|