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

Unified Diff: compute_engine_scripts/skfe/startup-script.sh

Issue 819473004: Set up the nginx servers for handling *.skia.org traffic. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 11 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 | « no previous file | compute_engine_scripts/skfe/vm_config.sh » ('j') | skfe/sys/skia_org » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compute_engine_scripts/skfe/startup-script.sh
diff --git a/compute_engine_scripts/docs/startup-script.sh b/compute_engine_scripts/skfe/startup-script.sh
similarity index 65%
copy from compute_engine_scripts/docs/startup-script.sh
copy to compute_engine_scripts/skfe/startup-script.sh
index 1aff2d6d7a4bf0fb93c5ce9bf5bd9e0b05feed81..0f6c17cb400add804125f79eb2bda091bdb50e87 100644
--- a/compute_engine_scripts/docs/startup-script.sh
+++ b/compute_engine_scripts/skfe/startup-script.sh
@@ -1,4 +1,4 @@
#! /bin/bash
apt-get update
apt-get upgrade -y
-apt-get install -y git
+apt-get install -y nginx
« no previous file with comments | « no previous file | compute_engine_scripts/skfe/vm_config.sh » ('j') | skfe/sys/skia_org » ('J')

Powered by Google App Engine
This is Rietveld 408576698