aboutsummaryrefslogtreecommitdiff
path: root/share/trashman/gollum/unix/linux/debian/install
blob: f3a14049d21e1030519d103c2da587e7455048a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
#
# Installs gollum.
#

# Parameters
SHARE="$1"

# Include basic functions
. $SHARE/trashman/functions || exit 1
. $SHARE/trashman/debian    || exit 1

# See https://rubygems.org/gems/gollum
#     https://github.com/gollum/gollum
#     https://www.atlantic.net/vps-hosting/how-to-setup-a-github-style-wiki-using-gollum-on-debian-10/
#     https://retifrav.github.io/blog/2021/01/07/gollum-markdown-wiki/
trashman_apt_install ruby ruby-rubygems ruby-dev cmake libssl-dev pkg-config build-essential zlib1g-dev libicu-dev git
gem install gollum