summaryrefslogtreecommitdiff
path: root/docs/Installation.md
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2021-04-16 19:20:31 +0200
committerGitHub <noreply@github.com>2021-04-16 19:20:31 +0200
commit2dbe038a063abc6bbbd798ed3e01e26fe42046e0 (patch)
tree845bd966baf5c63d09759025dcabc7bd7be27bf8 /docs/Installation.md
parent2044389d15c1e2e95b2a4025ba1c0980ff14ca91 (diff)
downloadwiki-2dbe038a063abc6bbbd798ed3e01e26fe42046e0.tar.gz
wiki-2dbe038a063abc6bbbd798ed3e01e26fe42046e0.tar.bz2
wiki-2dbe038a063abc6bbbd798ed3e01e26fe42046e0.zip
Rename installation.md to Installation.md
Diffstat (limited to 'docs/Installation.md')
-rw-r--r--docs/Installation.md55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
new file mode 100644
index 0000000..c9c89e0
--- /dev/null
+++ b/docs/Installation.md
@@ -0,0 +1,55 @@
+# Installation Guide
+
+## Introduction
+
+There are several ways to install AzerothCore, you need to choose **ONE**.
+
+- [**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.
+
+There are also other tutorials from the community for specific platforms:
+
+- [Amazon Web Services](aws-tutorial.md)
+
+- [Digital Ocean droplet](digital-ocean-video-tutorial.md)
+
+- [ArchLinux](arch-linux.md)
+
+## Azerothcore Classic setup
+
+Every step of the guide is divided in three tabs regarding different operating systems (Linux, macOS and Windows).
+
+The guide has been divided into 8 steps, to make it more readable:
+
+1. [Requirements](requirements.md)
+
+1. [Core Installation](core-installation.md)
+
+1. [Server Setup](server-setup.md)
+
+1. [Database Installation](database-installation.md)
+
+1. [Networking](networking.md)
+
+1. [Final Server Steps](final-server-steps.md)
+
+1. [Keeping the Server Up-to-Date](keeping-the-server-up-to-date.md)
+
+1. [Client Setup](client-setup.md)
+
+Each step can be read independently or you can read them neatly, to gradually get into it and better understand it all.
+
+*Tip: If this is your first time installing AzerothCore we recommend that you read every step carefully!*
+
+<br>
+
+## Help
+
+If you are still having problems, check:
+
+* [How to ask for help](How-to-ask-for-help.md)
+
+* [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time.