<img src=“https://travis-ci.org/oponder/big-gollum.svg?branch=master” alt=“Build Status” /> <img src=“https://badges.gitter.im/Join%20Chat.svg” alt=“Join the chat at https://gitter.im/oponder/big-gollum”>
Create, destroy, and manage permissions to multiple gollum wiki’s
Right now all the app does is let you create a gollum wiki and then browse and edit it.
I want to be able to quickly create a wiki and invite others people to manage/view it.
There is a route that mounts a small rack app I made called WikiMounter.
WikiMounter delegates its call to Precious (The gollum front end) but configures it so the links still work.
bundle install rake db:migrate rails s
You can then follow the start up process. When there are no user accounts in the database the app will ask you to create the first admin account.
Once you are logged in you can click on add wiki, give it a name (No spaces or weird characters) and then you will be able to click on your wiki and browse/edit it.
You can then click on add wiki, give it a name (No spaces or weird characters) and then you will be able to click on your wiki and browse/edit it.
To enable new registrations, set the allow_registrations
setting to 1
. With this setting disabled, new users will not be permitted to create an account.
Scott Weldon (501st-alpha1)
Bob Forma
MIT License.