Coder Social home page Coder Social logo

gollum-plantuml's Introduction

Gollum with PlantUML

Why I put this together

  • I wanted a way to record design decisions and collect technical reference information in a way that was portable and system/application independent.

  • I wanted a Docker container that I could run in a private network and share with classes or working groups so that concerns and ideas could be collected organically with more fidelity than a sticky-note.

The result is what you have before you. It is a simple Ruby wiki and PlantUML server combined with HAProxy joining both together on the same port.

How to build it:

You will need:

  • Docker
  • ruby 2.3 or better with bundler installed
  • a bash shell installed

Run build.sh in this folder to build the gollum image and verify it with serverspec.

How to run the resulting gollum image:

If you simply want to run the wiki inside the Docker container and lose its contents when you are finished:

docker run -d -p 4567:4567 gollum

If you want to keep your wiki available between docker container runs, mount a git repository to the /gollum directory inside the container:

docker run -d -p 4567:4567 -v your-wiki-git-repository:/gollum gollum

In either case, browse to your machine on port 4567 to use the wiki.

gollum-plantuml's People

Watchers

 avatar  avatar  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.