Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 772 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 772 Bytes

Examples

Before trying any of the examples, follow the setup procedures in the top-level README.

How to run

Once you have properly set up your environment, from this directory, run:

../run.sh --config hello_world.py list

to see what instances will be created. Then, launch them with:

../run.sh --config hello_world.py insert

You can go to the Google Developer Console to monitor your deployment, SSH to your instance to manage it, install packages, etc.

Finally, clean up your deployment:

../run.sh --config hello_world.py delete

That's it! Now you can try running one of the available applications or configure and deploy your own.