Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrchameleon/precious
Gollum Wiki gem with basic auth
https://github.com/mrchameleon/precious
Last synced: about 1 month ago
JSON representation
Gollum Wiki gem with basic auth
- Host: GitHub
- URL: https://github.com/mrchameleon/precious
- Owner: mrchameleon
- Created: 2014-03-13T00:30:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T17:20:49.000Z (over 2 years ago)
- Last Synced: 2024-08-02T12:49:28.649Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - mrchameleon/precious - Gollum Wiki gem with basic auth (others)
README
My Precious
Good start for a simple password protected, git based wiki for knowledge sharing within a company or teams
Dec 2019 - updated for use with modern ruby
1. rbenv - ruby version 2.6.3
2. mac os install steps
- brew install icu4c
- gem install charlock_holmes -- --with-icu-dir=/usr/local/opt/icu4c
- gem install gollum
3. Create a file in the app root called secret.yml```
user: yourusername
pass: yourpassword
```4. use the following to start the app
```
gollum --config auth.rbor use the handy shortcut, ( ./run )
```For more info on Gollum:
https://github.com/gollum/gollum