RocketChat/do_user_scripts

Name: do_user_scripts

Owner: Rocket.Chat

Description: null

Forked from: digitalocean/do_user_scripts

Created: 2016-05-19 16:54:20.0

Updated: 2016-05-19 16:54:21.0

Pushed: 2016-05-06 20:28:27.0

Homepage: null

Size: 75

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DigitalOcean User Scripts Library

This repository contains a collection of scripts that can be used to help provision your Droplet on first boot. When creating a new Droplet, they can be provided as “user data.”

DigitalOcean Control Panel

For an introduction for the technologies involved, check out these articles from the DigitalOcean Community as well as the upstream cloud-init documentation:

Contributing

Scripts in this repository can be in one of two formats, shell scripts and cloud-config files. In order to encourage simplicity and readability, it is highly encouraged to use the declarative cloud-config file format when possible.

Each directory must contain a README.md file describing the scripts contained within it, including the target platform and a description of any needed user input. As these scripts are not interactive, please use the standardized format of <%DESCRIPTIVE_NAME%> for variables that should be provided by the user before running the script. (See the examples/ directory.)

Feedback

This project is an experiment, and it won't be successful without your feedback. Let us know what you think by opening an issue here on GitHub.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.