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

Side by Side 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: readme 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 unified diff | Download patch
OLDNEW
1 #! /bin/bash 1 #! /bin/bash
2 apt-get update 2 apt-get update
3 apt-get upgrade -y 3 apt-get upgrade -y
4 apt-get install -y git 4 apt-get install -y nginx
OLDNEW
« no previous file with comments | « no previous file | compute_engine_scripts/skfe/vm_config.sh » ('j') | compute_engine_scripts/skfe/vm_create_instance.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698