Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 656 Bytes

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 using this guide.

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.