From f05c2d63f6baa9c563eb31786421e28f27e82721 Mon Sep 17 00:00:00 2001 From: Stefano Borzì Date: Mon, 20 Jan 2020 23:05:13 +0100 Subject: Added documentation for development (#144) --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e9ed9c..e9cf5ea 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit