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

Unified Diff: experimental/webtry/README.md

Issue 648563003: Fix webtry setup once instructions in README 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 45f0b7c12ebb09f8da98837f1b7e78c022780595..87046c7f59560f94f2d2c14d2bf2fdc78c7fbcca 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -57,19 +57,12 @@ The following things only need to be done once.
4. cd ~/skia/experimental/webtry/setup
5. ./webtry_setup.sh
-3. Add the following to the /etc/schroot/minimal/fstab:
+6. Add the following to the /etc/schroot/minimal/fstab:
none /run/shm tmpfs rw,nosuid,nodev,noexec 0 0
/home/webtry/inout /skia_build/inout none rw,bind 0 0
/home/webtry/cache /skia_build/cache none rw,bind 0 0
-
-4. git clone https://skia.googlesource.com/skia
tfarina 2014/10/10 02:35:29 this is repeating lines 56-58.
-
-5. cd ~/skia/experimental/webtry/setup
-
-6. ./webtry_setup.sh
-
7. Change /etc/monit/monitrc to:
set daemon 2
@@ -85,6 +78,7 @@ This means that monit will poll every two seconds that our application is up and
sudo sh -c 'echo 60 > /proc/sys/net/ipv4/tcp_keepalive_time'
+
To update the code
==================
@@ -93,6 +87,7 @@ To update the code
3. git pull
4. ./webtry_setup.sh
+
Third Party Code
================
« 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