From 638b5512f1f0c237f9c05f6810b3c1022fd22ec8 Mon Sep 17 00:00:00 2001 From: Essem Date: Wed, 28 Sep 2022 19:55:47 -0500 Subject: [PATCH] Mention Docker in setup docs --- docs/docker.md | 5 +++-- docs/setup.md | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 6475c81..0f9a8a1 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -1,6 +1,7 @@ # Docker -You can run the bot as well as its dependencies as a series of Docker containers. However, the manual setup is still recommended if you want more control over the bot. -To start, install Docker on your system via the instructions here: https://docs.docker.com/engine/install/#server +You can run the bot as well as its dependencies as a series of Docker containers. However, the manual setup is still recommended if you want more control over the bot. + +[To start, install Docker on your system via the instructions here.](https://docs.docker.com/engine/install/#server) Once you've installed Docker, you should clone the esmBot repo: ```sh diff --git a/docs/setup.md b/docs/setup.md index 5853b74..4d0d500 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -12,6 +12,9 @@ Here are some instructions to get esmBot up and running from source. If you have any further questions regarding setup, feel free to ask in the #self-hosting-support channel on the [esmBot Support server](https://projectlounge.pw/support). +!!! tip + You can run the bot using Docker for a somewhat simpler setup experience. [Click here to go to the Docker setup guide.](https://esmbot.github.io/esmBot/docker) + ### 1. Install the required native dependencies. Choose the distro you're using below for insallation instructions. === "Debian/Ubuntu" @@ -107,7 +110,7 @@ esmBot officially supports two database systems: SQLite and PostgreSQL. While SQ If you would like to use the SQLite database, no configuration is needed and you can move on to the next step. -If you would like to use the PostgreSQL database, view the setup instructions [here](https://github.com/esmBot/esmBot/wiki/PostgreSQL) and come back here when you're finished. +If you would like to use the PostgreSQL database, view the setup instructions [here](https://esmbot.github.io/esmBot/postgresql) and come back here when you're finished. *** @@ -166,7 +169,7 @@ This will launch a text editor with the file ready to go. Create a Discord appli When you're finished editing the file, press Ctrl + X, then Y and Enter. -An overview of each of the variables in the `.env` file can be found [here](https://github.com/esmBot/esmBot/wiki/Config). +An overview of each of the variables in the `.env` file can be found [here](https://esmbot.github.io/esmBot/config). ***