aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-10-13 12:37:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-13 12:37:52 -0700
commit5d0706ffd3a66ec18dfc8ebea60ef28778a8455d (patch)
treeadf6c77a2ebfab7f66e9cc9647f1326f05036a0d /experimental
parent81beccc4fb1396fe94af15bfce26e68b82b93809 (diff)
Fix webtry setup once instructions in README doc.
BUG=None TEST=NOne R=humper@google.com TBR=humper@google.com Review URL: https://codereview.chromium.org/648563003
Diffstat (limited to 'experimental')
-rw-r--r--experimental/webtry/README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index 45f0b7c12e..87046c7f59 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
-
-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
================