diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-01-11 13:27:24 +0100 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2020-01-11 13:27:24 +0100 |
| commit | 33c0cb086c5e4fdf8a3d50a248f69f9021a57b2e (patch) | |
| tree | 843df64f2fe0a2eb4618dea8578e72f1972fd425 | |
| parent | 8b0547e499ddb77512b815c1ee63d19aa06d88d3 (diff) | |
| download | wiki-33c0cb086c5e4fdf8a3d50a248f69f9021a57b2e.tar.gz wiki-33c0cb086c5e4fdf8a3d50a248f69f9021a57b2e.tar.bz2 wiki-33c0cb086c5e4fdf8a3d50a248f69f9021a57b2e.zip | |
fix: Small readability improvement on "Installation.md" (#149)
| -rw-r--r-- | _includes/azerothcore/sidebar.html | 12 | ||||
| -rw-r--r-- | docs/Installation.md | 20 |
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 |
