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
- Host: GitHub
- URL: https://github.com/mattes/gce-boot-scripts
- Owner: mattes
- License: unlicense
- Created: 2020-09-25T00:23:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T05:55:28.000Z (over 5 years ago)
- Last Synced: 2025-02-10T09:12:26.589Z (about 1 year ago)
- Topics: cloud-init, google, google-cloud, google-cloud-compute, startup-script
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)