# wiki **Repository Path**: webicc/wiki ## Basic Information - **Project Name**: wiki - **Description**: azerothcorewiki - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AzerothCore WIKI Wiki for the AzerothCore Project available here: http://azerothcore.github.io/wiki ## How to install locally (development) ### With [docker-compose](https://docs.docker.com/compose/install/) 1. install [docker-compose](https://docs.docker.com/compose/install/) 2. run `docker-compose up github-wiki-theme` 3. the website will be ready on `http://127.0.0.1:4000/` ### Without docker compose First of all install the [ruby development environment](https://jekyllrb.com/docs/installation/) using [this guide](https://jekyllrb.com/docs/installation/). After that install `bundler` using gem and run `bundler install`: ``` $ gem install bundler $ bundle install ``` Well, now you can run locally the app using: ``` bundle exec jekyll serve ``` If everything succeds, you can visit your web app at `http://127.0.0.1:4000/`. Any problems? [Open a issue](https://github.com/azerothcore/wiki/issues/new).