Skip to content
Ben Keith edited this page May 16, 2014 · 6 revisions

Largo Documentation

This repository contains the wiki for INN/Largo. This is a work in progress.

For stable documentation, see largoproject.org.

For guides on contributing to this wiki, see Contributing-to-this-wiki.md.

For a list of areas that need contribution, see TODO.md

Branching

Each release of Largo (0.3, 0.4, etc) will have a branch of Largo-docs named after that

Updating the INN/Largo wiki

This requires you to be in a team with push access to INN/Largo.

When a new Largo release is out, merge that release's branch with the Largo-docs master branch on GitHub. Then, make sure you're on the Largo-docs master branch:

git fetch Largo-docs
git checkout Largo-docs/master

Then:

git remote add wiki git@github.com:INN/Largo.wiki.git
git push -u wiki master
Clone this wiki locally