mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
13 lines
No EOL
412 B
Bash
13 lines
No EOL
412 B
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/pony.fm.mysql.config /etc/mysql/my.cnf
|
|
|
|
sudo cp /vagrant/vagrant/pony.fm.redis.config /etc/redis/redis.conf
|
|
|
|
sudo service nginx restart
|
|
sudo service php5-fpm restart
|
|
|
|
sudo service mysql restart
|
|
|
|
# todo: figure out how to restart redis |