From e865bed6ceb3889686272b02dd7010e1b66dbbfa Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 2 Sep 2023 15:28:38 -0700 Subject: [PATCH] Update Deploying Silvanus Yourself --- Deploying-Silvanus-Yourself.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Deploying-Silvanus-Yourself.md b/Deploying-Silvanus-Yourself.md index 2cec2d8..d6426de 100644 --- a/Deploying-Silvanus-Yourself.md +++ b/Deploying-Silvanus-Yourself.md @@ -2,8 +2,6 @@ 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. -Check out [Silvanus' GitHub repository here](https://github.com/voidf1sh/silvanus)! - ## Database Structure Here is the `CREATE TABLE` structure for the two tables required by Silvanus