This is the content of The Things Network's wiki.
Note: The wiki rewrite is still work in progress, so make sure you check out the branch
rewrite.
You should also add the--ref rewriteflag when running gollum.
- Clone the repository github.com/TheThingsNetwork/wiki
- Install gollum
- Run
gollum. While on rewrite branch, run withgollum -r rewrite. - Go to
localhost:4567
- Clone the wiki repository github.com/TheThingsNetwork/wiki
- Clone the gollum repository github.com/TheThingsNetwork/gollum
- In the location of the gollum repository, run
bundle install(if something goes wrong, you might miss some dependencies)bundle exec bin/gollum ../wiki --config config.rb(where../wikipoints to the location of the wiki repository)
- Go to
localhost:4567