StackScripts

StackScripts provide Linode users with the ability to automate the deployment of custom systems on top Linode’s default Linux distribution images. All StackScripts are stored in the Linode Cloud Manager and can be accessed whenever you deploy a Linode.

Common Linode StackScripts Use Cases

Linode StackScripts can be used for a variety of use cases. This guide covers some of the more common use cases, like automating common system adminstration tasks, demonstrating your software, distributing your software, or deploying cluster instances. There are few limitations to what you can automate using a StackScript, because its underlying mechanism works just like any script you might execute on a Linux system.

Create and Manage StackScripts - A Tutorial

This guide shows you how to create a Linode StackScript using the Linode Cloud Manager. You will also learn how to perform various tasks, like editing an Account StackScript, making an Account StackScript public, and deleting an Account StackScript.

How to Deploy a New Linode Using a StackScript

Linode StackScripts allow you to automate system administration and configuration tasks. You can deploy a new Linode using a StackScript that will perform its scripted tasks during the Linode's first boot process. This guide will show you the various ways that you can deploy a new Linode using StackScripts and the Linode Cloud Manager.

Writing Scripts for Use with Linode StackScripts - A Tutorial

Writing a script for use in a StackScript is similar to writing any script that can be executed by a Linux system. This guide will provide you with details on the StackScript system, including script requirements, how to import an existing StackScript into a new StackScript, information on user defined fields, and more.