- Go to your cloud console compute engine
- create a new instance of VM, you can simply use default settings. this should be a Debian image
- ssh into your instance after it's been setup
- issue the following commands:
wget https://raw.githubusercontent.com/garywu/gae-selenium/master/install.sh && chmod +x install.sh && ./install.sh && ./start_headless.sh && ./demo.py
...after about 5 minutes, you should see
browsing with firefox, http://www.python.org
Welcome to Python.org
browsing with chrome, http://www.python.org
Welcome to Python.org
that means you've succeeded.