Skip to content

Commit e125339

Browse files
committed
Add apply.sh
1 parent b3d9f4f commit e125339

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/apply.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cd /app
2+
sudo cp ~/cazoc/rel/cazoc/releases/0.2.1/cazoc.tar.gz /app/
3+
sudo tar xfz cazoc.tar.gz
4+
sudo chown -R ubuntu:ubuntu /app
5+
sudo restart cazoc
6+
sudo service nginx restart

0 commit comments

Comments
 (0)