From b15c3006a0a48945949d59d805d33d67be151633 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 30 May 2024 13:53:26 -0400 Subject: [PATCH] droplet: Drop unnecesary duplicate steps. Pasting into "user data" negates the need to copy the script and run it. --- tools/droplets/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/droplets/README.md b/tools/droplets/README.md index 0fff1bb628..238dbee81b 100644 --- a/tools/droplets/README.md +++ b/tools/droplets/README.md @@ -131,12 +131,9 @@ so they are notified. - Paste the contents of `tools/droplets/new-droplet-image` into the text box which says `Enter user data here...` - Name it e.g. `base-ubuntu-22-04.zulipdev.org` -1. Add an A record for `base.zulipdev.org` to point to the new host. 1. Wait for the host to boot. -1. `scp tools/droplets/new-droplet-image base.zulipdev.org:/tmp/new-droplet-image` -1. `ssh root@base.zulipdev.org bash /tmp/new-droplet-image`; this - should take about 15 minutes to complete, and will finish by - closing the connection and shutting the host down. +1. Wait for the host to complete provisioning and shut down; this will take + about 15 minutes. 1. Go to the Snapshots tab on the image, and "Take a Snapshot". 1. Wait for several minutes for it to complete. 1. "Add to region" the snapshot into `NYC3`, `SFO3`, `BLR1`, and `FRA1`.