Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

01.08 Editing the Wiki

stuindhamma edited this page Jul 29, 2014 · 1 revision

Editing the Wiki

Feel free to make changes via Github.

If you wish to make changes on your local machine via Git, you can use Gollum. You will first need Ruby installed. Then:

sudo apt-get install -y libxslt1-dev libxml2-dev # Ubuntu only
cd path/to/working/directory
git clone git@git.suttacentral.net:wiki.git
cd wiki
bundle # installs the required Ruby gems
gollum # starts the wiki server

Then point your browser to http://localhost:4567/.

Clone this wiki locally