Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
finalizing gollum 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
karlredman committed Aug 13, 2017
1 parent fcff617 commit 538c8a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ sudo apt-get install pandoc
```
* [Gollum](https://github.com/gollum/gollum) (v4.x)
* ...using Github's [Gollum Grit Adapter](https://github.com/gollum/grit_adapter) (installed by default for ubuntu systems)
```
[sudo] gem install gollum -v 4.1.2
```

* [PlantUML Server](https://github.com/gollum/gollum/wiki/Custom-PlantUML-Server)
* The startup script expects this to be installed at $HOME/3rdparty/plantuml-server
* see [Install local PlantUML server](https://github.com/gollum/gollum/wiki/Custom-PlantUML-Server#install-local-plantuml-server) for installation instructions.
Expand Down
16 changes: 12 additions & 4 deletions docs/extended_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,23 @@ My requirements (relative to this project) boil down to the following:
* A non-mobile computer system to run local web servers and host a git repository (possible clone)
* Some knowledge of Linux/Unix administration. If you have read this far you probably have the knowledge you need.
* Linux (only ubuntu derivatives are tested)
* You will likely have to accept installation for or install seperately dependencies that these dependencies depend on (i.e. Gollum depends on ruby v2+, etc.)
* [Vim v8.0+](http://www.vim.org/)
* Suggested link: [Vim 8.0 Released! How to install it in Ubuntu 16.04 - Tips on Ubuntu](http://tipsonubuntu.com/2016/09/13/vim-8-0-released-install-ubuntu-16-04/)
* [Git Version Control System](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
```bash
sudo apt-get install git
```
* [Vimwiki](https://github.com/vimwiki/vimwiki) vim plugin
* [Pandoc](http://pandoc.org/installing.html)
* [Gollum](https://github.com/gollum/gollum)
* '[[_TOC_]] is broken for sidebars as of v4.1.1. It looks like 4.2.2 might fix this (untested).
```bash
sudo apt-get install pandoc
```
* [Gollum](https://github.com/gollum/gollum) (v4.x)
* ...using Github's [Gollum Grit Adapter](https://github.com/gollum/grit_adapter) (installed by default for ubuntu systems)
* [PlantUML Server](https://github.com/gollum/gollum/wiki/Custom-PlantUML-Server)
* You will likely have to accept installation for or install seperately dependencies that these dependencies depend on (i.e. Gollum depends on ruby v2+, etc.)
```
[sudo] gem install gollum -v 4.1.2
```

## Special Note about internal link/tag consistency:

Expand Down

0 comments on commit 538c8a9

Please sign in to comment.