--zone=us-central2-b --external_ip_address=108.170.220.126
--service_account=default
--service_account_scopes="https://www.googleapis.com/auth/devstorage.full_control"
--network=default --machine_type=n1-standard-1 --image=backports-debian-7-wheezy-v20140331
--persistent_boot_disk
SSH into the instance:
gcutil --project=google.com:skia-buildbots ssh --ssh_user=default skia-webtry-b
none /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0
The above will allow ninja to run. See http://stackoverflow.com/questions/2009278/python-multiprocessing-permission-denied
/home/webtry/inout /inout none rw,bind 0 0
set daemon 2
then run the following so it applies:
sudo /etc/init.d/monit restart
This means that monit will poll every two seconds that our application is up and running.
cd ~/skia/experimental/webtry/setup ./webtry_setup.sh