mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
chore(docs): use new wiki
This commit is contained in:
10
README.md
10
README.md
@@ -11,30 +11,30 @@ AzerothCore is an open source game-server application for World of Warcraft, cur
|
||||
|
||||
It is written in C++ and based on MaNGOS, TrinityCore and SunwellCore.
|
||||
|
||||
:moneybag: You can support the project by financing the resolution of issues [using Bountysource](https://github.com/azerothcore/azerothcore-wotlk/wiki/Bountysource).
|
||||
:moneybag: You can support the project by financing the resolution of issues [using Bountysource](http://www.azerothcore.org/wiki/Bountysource).
|
||||
|
||||
## Why AzerothCore?
|
||||
|
||||
Our main goal is to create a playable game server, offering a fully working game experience. In short, we focus on the **user experience (UX)**.
|
||||
|
||||
We also believe in [software modularity](https://en.wikipedia.org/wiki/Modular_programming), because the more the software is modular, and the more it will be easy to be maintained, understood, developed, etc... So we organized the structure of AzerothCore as modular as possible, giving the possibility to [create new modules](https://github.com/azerothcore/azerothcore-wotlk/wiki/Create-a-Module) to add custom features (instead of patching the core).
|
||||
We also believe in [software modularity](https://en.wikipedia.org/wiki/Modular_programming), because the more the software is modular, and the more it will be easy to be maintained, understood, developed, etc... So we organized the structure of AzerothCore as modular as possible, giving the possibility to [create new modules](http://www.azerothcore.org/wiki/Create-a-Module) to add custom features (instead of patching the core).
|
||||
|
||||
## Learning project
|
||||
|
||||
AzerothCore is a learning project.
|
||||
If you want to learn how to use C++, SQL, git, etc... you came to the right place! We will gladly help you: **programming is our passion**.
|
||||
|
||||
If you want to contribute, in [our wiki](https://github.com/azerothcore/azerothcore-wotlk/wiki) you fill find a lot of resources that will guide you. Also you can poke us in [our discord chat server](https://discord.gg/gkt4y2x).
|
||||
If you want to contribute, in [our wiki](http://www.azerothcore.org/wiki) you fill find a lot of resources that will guide you. Also you can poke us in [our discord chat server](https://discord.gg/gkt4y2x).
|
||||
|
||||
## Instructions & Support
|
||||
|
||||
Installation instructions are available [here](https://github.com/AzerothCore/azerothcore-wotlk/wiki/Installation).
|
||||
Installation instructions are available [here](http://www.azerothcore.org/wiki/Installation).
|
||||
|
||||
For help requests, it is recommended to ask your question on [StackOverflow](https://stackoverflow.com/questions/tagged/azerothcore) and link it in [our chat](https://discordapp.com/channels/217589275766685707/284406375495368704).
|
||||
|
||||
## Docker
|
||||
|
||||
Dockerization of AzerothCore is fully supported. More details about Docker and the setup instructions are available [here](https://github.com/azerothcore/azerothcore-wotlk/wiki/Install-with-Docker).
|
||||
Dockerization of AzerothCore is fully supported. More details about Docker and the setup instructions are available [here](http://www.azerothcore.org/wiki/Install-with-Docker).
|
||||
|
||||
## Authors & Contributors
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Please read [this](https://github.com/azerothcore/azerothcore-wotlk/wiki/Dealing-with-SQL-files) before adding new SQL-update files.
|
||||
Please read [this](http://www.azerothcore.org/wiki/Dealing-with-SQL-files) before adding new SQL-update files.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ To install and AzerothCore using Docker, you have two options
|
||||
|
||||
#### Option A. Using Docker Compose (very easy - recommended)
|
||||
|
||||
- Check the [Install with Docker](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker) guide.
|
||||
- Check the [Install with Docker](http://www.azerothcore.org/wiki/install-with-Docker) guide.
|
||||
|
||||
#### Option B. Build and start each container manually (longer - not recommended)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This provides a way to manually build and launch a container with the AzerothCore authserver running inside it.
|
||||
|
||||
If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend [this guide](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker).
|
||||
If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend [this guide](http://www.azerothcore.org/wiki/install-with-Docker).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Instances (containers) can be easily set up and then destroyed, so you can alway
|
||||
**NOTE**: you do **not** need to install any mysql-server manually in your system and if you already have it, the docker instances will **not** interfere with it.
|
||||
|
||||
|
||||
If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker).
|
||||
If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](http://www.azerothcore.org/wiki/install-with-Docker).
|
||||
|
||||
|
||||
# Setup & usage instructions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This provides a way to build and launch a container with the AzerothCore authserver running inside it.
|
||||
|
||||
If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker).
|
||||
If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](http://www.azerothcore.org/wiki/install-with-Docker).
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -14,7 +14,7 @@ If you just want to install the whole AzerothCore quickly using Docker Compose,
|
||||
|
||||
- You have to copy the file `docker/worldserver/worldserver.conf.dockerdist` and rename the copied file to `docker/worldserver/worldserver.conf`. Then open it and change the values where needed (you may need to change the DB port).
|
||||
|
||||
- You need to have the **data files** somewhere in your system. If you don't have them yet, check the step ["Download the data files" from the installation guide](https://github.com/AzerothCore/azerothcore-wotlk/wiki/Installation#5-download-the-data-files).
|
||||
- You need to have the **data files** somewhere in your system. If you don't have them yet, check the step ["Download the data files" from the installation guide](http://www.azerothcore.org/wiki/Installation#5-download-the-data-files).
|
||||
|
||||
## Building the container image
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<!-- This template is for problem reports, for feature suggestion etc... feel free to edit it.
|
||||
If this is a crash report, upload the crashlog on https://gist.github.com/
|
||||
For issues containing a fix, please create a Pull Request following this tutorial: https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-create-a-pull-request -->
|
||||
For issues containing a fix, please create a Pull Request following this tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request -->
|
||||
|
||||
|
||||
<!-- WRITE A RELEVANT TITLE -->
|
||||
@@ -80,7 +80,7 @@ Find the commit hash (unique identifier) by running "git log" on your own clone
|
||||
<!-- ------------------------- THE END ------------------------------
|
||||
Thank you for your contribution.
|
||||
If you use AzerothCore regularly, we really NEED your help to:
|
||||
- TEST our fixes ( https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-test-a-pull-request )
|
||||
- TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request )
|
||||
- Report issues
|
||||
- Improve the documentation/wiki
|
||||
With your help the project can evolve much quicker!
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
1) Read this page first:
|
||||
|
||||
https://github.com/azerothcore/azerothcore-wotlk/wiki/Create-a-Module
|
||||
http://www.azerothcore.org/wiki/Create-a-Module
|
||||
|
||||
|
||||
2) Run the script `create_module.sh`:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!-- First of all, THANK YOU for your contribution.
|
||||
Please fill this template unless your PR is very simple/straightforward.
|
||||
Do not forget to have a look at our Pull Request tutorial: https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-create-a-pull-request
|
||||
Do not forget to have a look at our Pull Request tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request
|
||||
-->
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user