mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
11 lines
277 B
Bash
11 lines
277 B
Bash
apt-get update
|
|
apt-get install nginx
|
|
cp cowyo.nginx /etc/nginx/sites-available/
|
|
cp cowyo.init /etc/init.d/
|
|
ln -s /etc/nginx/sites-available/cowyo.nginx /etc/nginx/sites-enabled/cowyo.nginx
|
|
service nginx reload && service nginx restart
|
|
cd ../
|
|
go build
|
|
service cowyo.init start
|
|
|