Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: experimental/webtry/setup/webtry_setup.sh

Issue 626703002: Restart webtry to pick up changes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/setup/webtry_setup.sh
diff --git a/experimental/webtry/setup/webtry_setup.sh b/experimental/webtry/setup/webtry_setup.sh
index 3a8e063231436778f24e058277a71166ea3fae82..6d41c89526446b99c798fceef8fa0b60f9ea743a 100755
--- a/experimental/webtry/setup/webtry_setup.sh
+++ b/experimental/webtry/setup/webtry_setup.sh
@@ -3,7 +3,9 @@
# Script to setup a GCE instance to run the webtry server.
# For full instructions see the README file.
sudo apt-get install schroot debootstrap monit squid3
-sudo apt-get install g++ libfreetype6 libfreetype6-dev libpng12-0 libpng12-dev libglu1-mesa-dev mesa-common-dev freeglut3-dev libgif-dev libfontconfig libfontconfig-dev
+sudo apt-get install g++ libfreetype6 libfreetype6-dev libpng12-0 libpng12-dev \
humper 2014/10/03 10:07:03 I think these apt-gets have moved into webtry_setu
tfarina 2014/10/03 11:57:37 ops, rebased. Fixed.
+libglu1-mesa-dev mesa-common-dev freeglut3-dev libgif-dev libfontconfig \
+libfontconfig-dev
echo "Adding the webtry user account"
sudo adduser webtry
@@ -32,3 +34,5 @@ sudo chmod 744 /etc/init.d/webtry
# Confirm that monit is happy.
sudo monit -t
sudo monit reload
+
+sudo /etc/init.d/webtry restart
humper 2014/10/03 10:07:03 I think this would be better in continue_install.s
tfarina 2014/10/03 11:57:37 I haven't moved it there, because we happen to cal
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698