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

Unified Diff: experimental/webtry/README.md

Issue 626623002: a few more tweaks to the webtry setup doc (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/README.md
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index 609a84b1beab7a9478de54da79a65c5fbd4691aa..6534f9e68d81b838d76689a7a189685e46a56eb5 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -46,7 +46,7 @@ Do the first time
The following things only need to be done once.
1. SSH into the server as default.
-2. sudo apt-get install git schroot debootstrap
+2. sudo apt-get install git
tfarina 2014/10/02 22:01:20 changes lgtm.
3. git clone https://skia.googlesource.com/skia
4. cd ~/skia/experimental/webtry/setup
5. ./webtry_setup.sh
@@ -74,7 +74,7 @@ This means that monit will poll every two seconds that our application is up and
9. Set the TCP keepalive. For more info see:
https://developers.google.com/cloud-sql/docs/gce-access
- sudo bash -c 'echo 60 > /proc/sys/net/ipv4/tcp_keepalive_time'
+ sudo sh -c 'echo 60 > /proc/sys/net/ipv4/tcp_keepalive_time'
Once, after setup
=================
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698