From 477f7256599d2ae6dfcd78ef45f2356bd20114ee Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Tue, 4 May 2021 19:31:40 +0200 Subject: docs(Installation): add Docker pre-compiled setup (#463) --- docs/Installation.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index c9c89e0..70b7a54 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -1,15 +1,25 @@ # Installation Guide -## Introduction +## Choosing a setup There are several ways to install AzerothCore, you need to choose **ONE**. +### Full (supported) + +These are the officially-supported and complete ways of installing AzerothCore, for any purposes. + - [**Azerothcore Classic Setup**](#azerothcore-classic-setup) - the traditional way of installing AzerothCore. Battle-tested, recommended for all operating systems for any purposes. This process gives more awareness of how AzerothCore is structured. See below in this page. - [Docker setup](Install-with-Docker.md) - a simplified installation process based on Docker. - [AzerothCore Bash Dashboard setup](ac-dashboard-core-installation.md) - simplest way of installing AzerothCore, recommended for **Linux** systems for both local development and production. Currently not recommended for Windows or macOS. +### Minimal (supported, limited usage) + +- [Docker pre-compiled setup](https://www.azerothcore.org/acore-docker/) - an extremely simple way of installing AzerothCore. Suitable only for bug triaging, bug reporting or domestic usage. + +### Others (unsupported) + There are also other tutorials from the community for specific platforms: - [Amazon Web Services](aws-tutorial.md) -- cgit