From dcbc31e2c6a60f882cffdd7c2c0b06fa57897a27 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 15 Feb 2025 21:37:26 -0600 Subject: [PATCH] Add Deployment --- Deployment.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Deployment.md diff --git a/Deployment.md b/Deployment.md new file mode 100644 index 0000000..e10100d --- /dev/null +++ b/Deployment.md @@ -0,0 +1,21 @@ +# Server Deployment + +This is a sort of sub-wiki to describe the Rattail server deployment framework. + +**NOTE:** *Please also see [[https://rattailproject.org/docs/rattail-manual/deploy/index.html|Deployment Layer]] in the Rattail Manual. Those docs are not yet complete, but will eventually replace this section of the wiki.* + +To read about what exactly this is, why it exists and how it's implemented, see the [General Overview](Deployment-Overview.-). + +How-to: + + * [Set up a Control Environment](Deployment-ControlEnvironment.-) + * [Prep a Server Bundle](Deployment-ServerBundlePrep.-) + * [Prep a Server Machine](Deployment-ServerMachinePrep.-) + * [Bootstrap a Server](Deployment-BootstrapServer.-) + * [Replace a Live Server](Deployment-ReplaceServer.-) + * [Try out the Demo Project](Deployment-Demo.-) + +See also: + + * [Technical Overview](Deployment-TechnicalOverview.-) + * [Testing with Vagrant](Deployment-VagrantTesting.-)