diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-05-04 19:31:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 19:31:40 +0200 |
| commit | 477f7256599d2ae6dfcd78ef45f2356bd20114ee (patch) | |
| tree | 084bc013ca696bd9659f7ce493d97d81089d63b9 /docs | |
| parent | db1367d58a8ebcb6196e7f60db345c621a1ea4e9 (diff) | |
| download | wiki-477f7256599d2ae6dfcd78ef45f2356bd20114ee.tar.gz wiki-477f7256599d2ae6dfcd78ef45f2356bd20114ee.tar.bz2 wiki-477f7256599d2ae6dfcd78ef45f2356bd20114ee.zip | |
docs(Installation): add Docker pre-compiled setup (#463)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Installation.md | 12 |
1 files changed, 11 insertions, 1 deletions
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) |
