From b8fb61304ab84fa5a1616d968f4474516a7020a4 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 2 Sep 2023 16:26:30 -0700 Subject: [PATCH] Update Hosting Silvanus Yourself --- Hosting-Silvanus-Yourself.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hosting-Silvanus-Yourself.md b/Hosting-Silvanus-Yourself.md index ead8dc9..a289c8c 100644 --- a/Hosting-Silvanus-Yourself.md +++ b/Hosting-Silvanus-Yourself.md @@ -1,4 +1,4 @@ -# Deploying Silvanus Yourself +# Hosting Silvanus Yourself This guide is a work in progress but a rough overview is below. Silvanus can be run on baremetal or within a Docker container. I use a Docker container for production and run on baremetal for development. Silvanus is written in JavaScript with the Node.js runtime and Discord.js library. Currently Silvanus uses D.js v14. Silvanus requires the use of a MySQL database - specifically MariaDB, however I don't think there are any features used that would prevent the use of a vanilla MySQL server.