From 579af98ca71f70a6575a4daecadc3b04fd094b27 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 30 Dec 2023 17:15:47 -0500 Subject: [PATCH] vault backup: 2023-12-30 17:15:47 --- Databases/SurrealDB/SurrealDB Server Setup.md | 9 ++++++++- Personal/{Christmas List.md => Christmas List 2023.md} | 0 2 files changed, 8 insertions(+), 1 deletion(-) rename Personal/{Christmas List.md => Christmas List 2023.md} (100%) diff --git a/Databases/SurrealDB/SurrealDB Server Setup.md b/Databases/SurrealDB/SurrealDB Server Setup.md index d5ebe9d..25bdaa9 100644 --- a/Databases/SurrealDB/SurrealDB Server Setup.md +++ b/Databases/SurrealDB/SurrealDB Server Setup.md @@ -1 +1,8 @@ -1. Login to VPS of choice \ No newline at end of file +1. Login to VPS of choice +2. Download the latest Docker image of SurrealDB + 1. Run the following command: + +```bash +docker pull surrealdb/surrealdb:latest +``` +3. \ No newline at end of file diff --git a/Personal/Christmas List.md b/Personal/Christmas List 2023.md similarity index 100% rename from Personal/Christmas List.md rename to Personal/Christmas List 2023.md