An open API service indexing awesome lists of open source software.

https://github.com/mattes/gce-boot-scripts

Google Compute Engine Startup Scripts
https://github.com/mattes/gce-boot-scripts

cloud-init google google-cloud google-cloud-compute startup-script

Last synced: 10 months ago
JSON representation

Google Compute Engine Startup Scripts

Awesome Lists containing this project

README

          

# Google Compute Engine Boot Scripts

Compute Engine lets you create and run your own [startup scripts](https://cloud.google.com/compute/docs/startupscript)
on your virtual machine (VM) instances to perform automated tasks every time your instance boots up.
Startup scripts can perform actions such as installing software, performing updates, turning on services,
and any other tasks defined in the script.

This repo has a collection of application-specific boot scripts:

* [Rails](rails)