summaryrefslogtreecommitdiff
path: root/README.md
blob: e9cf5eace43c6a9899c8bc0ed783cf24b5f73003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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).