summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/azerothcore/sidebar.html12
-rw-r--r--docs/Installation.md20
2 files changed, 17 insertions, 15 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index 9ff05b9..147fffd 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -1,10 +1,7 @@
<!--suppress HtmlUnknownTarget -->
<div class="sidebar-wrapper">
<b>How-To ( branch master )</b> <a href="https://github.com/azerothcore/wiki/edit/master/_includes/azerothcore/sidebar.html">Edit</a>
- <ul>
- <li><a href="/wiki/Install-with-Docker">Install with Docker</a></li>
- </ul>
- <b>Install on your System:</b>
+ <b>Install:</b>
<ul>
<li><a href="/wiki/Requirements">Requirements</a></li>
<li><a href="/wiki/Installation">Installation</a></li>
@@ -12,11 +9,7 @@
<li><a href="/wiki/Update">Update your core</a></li>
<li><a href="/wiki/Memory-Usage">Memory Usage</a></li>
</ul>
- <b>Install on the cloud:</b>
- <ul>
- <li><a href="/wiki/digital-ocean-video-tutorial">Digital Ocean (with video tutorial)</a></li>
- </ul>
- <b>Contributing:</b>
+ <b>Contribute:</b>
<ul>
<li><a href="/wiki/Contribute">How to contribute </a></li>
<li><a href="/wiki/How-to-create-a-PR">How to create a PR</a></li>
@@ -44,7 +37,6 @@
<li><a href="/wiki/linux-restarter">Linux automatic restarter</a></li>
<li><a href="/wiki/GM-Commands">GM Commands</a></li>
<li><a href="/wiki/Waypoints-Information">Information about waypoints</a></li>
- <li><a href="/wiki/aws-tutorial">Install Azerothcore on AWS</a></li>
</ul>
<b>Documentation</b>
<ul>
diff --git a/docs/Installation.md b/docs/Installation.md
index 5ee2fc8..806ab79 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -1,12 +1,22 @@
-This tutorial explains how to compile and install AzerothCore in your host system.
+# DOCKER INSTALLATION
-Alternatively, it is also possible to [use AzerothCore with Docker](Install-with-Docker.md).
+This page describes how to use [AzerothCore with Docker](Install-with-Docker.md).
-For macOS users: the build on mac is currently broken (see [this issue](https://github.com/azerothcore/azerothcore-wotlk/issues/122)), but you can still use AzerothCore on macOS with Docker.
+# AWS INSTALLATION
-## 1) Installing the requirements
+This page describes how to use [AzerothCore with AWS](aws-tutorial.md)
-Make sure your system fits with the [Requirements](Requirements.md).
+# DIGITALOCEAN CLOUD
+
+This page describes how to use [AzerothCore on a Digital Ocean droplet](digital-ocean-video-tutorial.md)
+
+# CLASSIC INSTALLATION
+
+/!\ For **macOS** users: the build on mac is currently broken (see [this issue](https://github.com/azerothcore/azerothcore-wotlk/issues/122)), but you can still use AzerothCore on macOS with Docker.
+
+## 1) Requirements
+
+Make sure your system fits the [Requirements](Requirements.md).
## 2) Getting the source files