README - abhishekdev/hopcar GitHub Wiki

Deploy Wiki locally

Tested to work on CentOS 6.5 and RedHat 6.6

  1. Install Gollum, a simple wiki system built on top of Git.
  • Requires ruby >= 1.9.2 and git to be installed on the machine
  1. Install GitHub Flavored Markdown gem install github-markdown
  2. 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