README - abhishekdev/hopcar GitHub Wiki
Deploy Wiki locally
Tested to work on CentOS 6.5 and RedHat 6.6
- Install Gollum, a simple wiki system built on top of Git.
- Requires
ruby
>= 1.9.2 andgit
to be installed on the machine
- Install GitHub Flavored Markdown
gem install github-markdown
- Run
gollum
at the wiki project root
# For editable deployment
# NOTE: Edits MUST to be pushed upstream manually using git
gollum --user-icons gravatar
# For read-only deployement
gollum --no-edit --no-live-preview --user-icons gravatar