Giter VIP home page Giter VIP logo

smeagol's Introduction

smeagol -- A Read-Only Gollum Server

DESCRIPTION

Smeagol is a server that can run a read-only version of a Gollum wiki. This can be useful when you want to maintain a standalone copy of a Github wiki but you want to update it through the Github interface.

Smeagol follows the rules of Semantic Versioning and uses TomDoc for inline documentation.

INSTALLATION

You can install Smeagol with RubyGems:

$ [sudo] gem install smeagol

And then, if you want code highlighting, follow the Installation Guide for Pygments.

Ta da. You're ready to go.

RUNNING

To run smeagol, simply change directories to your Gollum repository and run the smeagol executable from the command line:

$ cd /path/to/repo
$ smeagol

This will run a web server at http://localhost:4567. You can change the port by setting the --port or -p option on the command line.

UPDATING

There are two ways to update the repository through Smeagol:

  1. Auto Update
  2. Manual Update

To setup Smeagol to automatically update your repository in fixed intervals, simply pass the --auto-update option in the command line and Smeagol will automatically perform a git pull origin master on your repository once per day.

To perform a manual update, simply go to the URL, http://localhost:4567/update, and Smeagol will perform a git pull. Change the URL to your appropriate hostname and port.

CONTRIBUTE

Have a great idea for Smeagol? Awesome. Fork the repository and add a feature or fix a bug. There are a couple things I ask:

  1. You must have tests for all code you check in.
  2. Create an appropriately named topic branch that contains your change.

smeagol's People

Contributors

benbjohnson avatar lostboy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.