We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d9f4f commit e125339Copy full SHA for e125339
bin/apply.sh
@@ -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