a few more tweaks to the webtry setup doc
BUG=skia: TBR=tfarina Review URL: https://codereview.chromium.org/626623002
This commit is contained in:
parent
bc3dbbd8fd
commit
8d56e27ef5
@ -52,8 +52,10 @@ Do the first time
|
|||||||
The following things only need to be done once.
|
The following things only need to be done once.
|
||||||
|
|
||||||
1. SSH into the server as default.
|
1. SSH into the server as default.
|
||||||
|
2. sudo apt-get install git
|
||||||
2. sudo apt-get install git schroot debootstrap
|
3. git clone https://skia.googlesource.com/skia
|
||||||
|
4. cd ~/skia/experimental/webtry/setup
|
||||||
|
5. ./webtry_setup.sh
|
||||||
|
|
||||||
3. Add the following to the /etc/schroot/minimal/fstab:
|
3. Add the following to the /etc/schroot/minimal/fstab:
|
||||||
|
|
||||||
@ -81,7 +83,7 @@ This means that monit will poll every two seconds that our application is up and
|
|||||||
8. Set the TCP keepalive. For more info see:
|
8. Set the TCP keepalive. For more info see:
|
||||||
https://developers.google.com/cloud-sql/docs/gce-access
|
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'
|
||||||
|
|
||||||
To update the code
|
To update the code
|
||||||
==================
|
==================
|
||||||
|
Loading…
Reference in New Issue
Block a user