diff options
| -rw-r--r-- | README.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,23 @@ -# aZerothCore WIKI +# AzerothCore WIKI + +Wiki for the AzerothCore Project available here: http://azerothcore.github.io/wiki + +## How to install locally (development) + +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). -wiki for the aZerothCore Project available here: http://azerothcore.github.io/wiki |
