Skip to content

Editing this wiki locally

mkalam-alami edited this page May 9, 2012 · 9 revisions

Editing this wiki locally

In order to easily work on this wiki with the editor of your choice, you can install locally the engine behind Github's wiki system.

Requirements

  • Ruby

Steps

  1. Install Gollum and its Markdown parser: sudo gem install gollum redcarpet
  2. Clone the EasySOA wiki (which is itself a Git repository): git clone git@github.com:easysoa/EasySOA.wiki.git
  3. From the folder where you cloned the wiki, run: gollum
  4. Go to http://localhost:4567 to browse your local version to the wiki.
  5. Edit the .md files, preview, commit and push!
Clone this wiki locally