Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
/ wiki Public archive
forked from azerothcore/wiki

BlizzCMS wiki based on Drassil Git-Wiki

License

Notifications You must be signed in to change notification settings

WoW-CMS/wiki

 
 

Repository files navigation

BlizzCMS WIKI

Wiki for the BlizzCMS Project available here: https://wow-cms.github.io/wiki/

How to install locally (development)

  1. install docker-compose
  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 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.

Languages

  • SCSS 73.9%
  • HTML 25.6%
  • Shell 0.5%