KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
precious
★ 10
Open GitHub ↗
Gollum Wiki gem with basic auth
Download README (.md)
Explore Similar Repositories
golang-image
:
Adds support of CMYK jpeg files to Golang image library.
lifx-api
:
C++ API/SDK for Lifx bulbs
yii2-bs3activeform
:
A Bootstrap 3 enhanced ActiveForm for Yii 2
erlang
:
Ansible role for erlang
solarized
:
Style code snippets with Ethan Schoonover's Solarized theme (tweaked a bit).
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
precious
?
Download (.md)
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.rb or use the handy shortcut, ( ./run ) ``` For more info on Gollum: https://github.com/gollum/gollum