{"id":20271,"date":"2016-09-21T07:48:20","date_gmt":"2016-09-21T12:48:20","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=20271"},"modified":"2022-12-12T04:29:23","modified_gmt":"2022-12-12T10:29:23","slug":"install-gollum-wiki-on-ubuntu","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/","title":{"rendered":"Install Gollum Wiki on Ubuntu"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div><p><img decoding=\"async\" class=\"img-responsive alignnone wp-image-20091\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/09\/gollum-wiki-ubuntu.jpg\" alt=\"Gollum wiki on Ubuntu\" width=\"1200\" height=\"600\" \/>In this tutorial, we will explain how to install Gollum Wiki on an Ubuntu 16.04 VPS with Puma and Nginx. Gollum is a simple open source wiki system built on top of Git. A Gollum Wiki is a git repository with pages organized into directories any way you choose. This guide should work on other <a title=\"Linux VPS\" href=\"https:\/\/www.rosehosting.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Linux VPS<\/a> systems as well but was tested and written for <a title=\"Ubuntu VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu 16.04 VPS<\/a>.<\/p>\n<p><!--more--><\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69ed684c99bbf\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"ez-toc-cssicon\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69ed684c99bbf\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#1-Login-to-your-VPS-via-SSH\" >1. Login to your VPS via SSH<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#2-Update-the-system-and-install-necessary-packages\" >2. Update the system and install necessary packages<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#3-Gollum-user\" >3. Gollum user<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#4-Install-Ruby-using-RVM\" >4. Install Ruby using RVM<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#5-Install-Gollum\" >5. Install Gollum<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#6-Create-a-systemd-service\" >6. Create a systemd service<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#7-Install-and-configure-Nginx\" >7. Install and configure Nginx<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"1-Login-to-your-VPS-via-SSH\"><\/span>1. Login to your VPS via SSH<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<pre>ssh user@vps<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"2-Update-the-system-and-install-necessary-packages\"><\/span>2. Update the system and install necessary packages<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<pre>[user]# sudo apt-get update &amp;&amp; sudo apt-get -y upgrade\r\n[user]# sudo apt-get install git nano curl libicu-dev<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"3-Gollum-user\"><\/span>3. Gollum user<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Create a new system user for Gollum.<\/p>\n<pre>[user]# sudo adduser --home \/opt\/gollum --shell \/bin\/bash --gecos 'Gollum Wiki software' gollum\r\n[user]# sudo install -d -m 755 -o gollum -g gollum \/opt\/gollum\r\n[user]# sudo usermod -a -G sudo gollum\r\n[user]# sudo su - gollum\r\n<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"4-Install-Ruby-using-RVM\"><\/span>4. Install Ruby using RVM<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The following commands are run as gollum user.<\/p>\n<pre>[gollum]# cd\r\n[gollum]# curl -sSL https:\/\/rvm.io\/mpapis.asc | gpg --import -\r\n[gollum]# curl -sSL https:\/\/get.rvm.io | bash -s stable --ruby<\/pre>\n<p>To start using RVM run the following command:<\/p>\n<pre>[gollum]# source ~\/.rvm\/scripts\/rvm<\/pre>\n<p>The current stable version of Ruby is version 2.3.1<\/p>\n<pre>[gollum]# rvm install ruby-2.3.1<\/pre>\n<p>To verify everything is done correctly, use the command <code>ruby --version<\/code>.<br \/>\nThe output should be similar to the following:<\/p>\n<pre>[gollum]# ruby --version\r\nruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"5-Install-Gollum\"><\/span>5. Install Gollum<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>We will install Gollum and Puma via RubyGems using the following command:<\/p>\n<pre>[gollum]# gem install --no-ri --no-rdoc gollum puma<\/pre>\n<p>Create a new, local git repository:<\/p>\n<pre>[gollum]# git init ~\/gitrepo<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"6-Create-a-systemd-service\"><\/span>6. Create a systemd service<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>To create a new systemd service for Gollum, open your editor of choice and create a new file:<\/p>\n<pre>[user]$ sudo nano \/etc\/systemd\/system\/gollum.service<\/pre>\n<p>and add the following lines:<\/p>\n<pre>[Unit]\r\nDescription=gollum service\r\nAfter=syslog.target\r\nAfter=network.target\r\n\r\n[Service]\r\nUser=gollum\r\nExecStart=\/opt\/gollum\/.rvm\/wrappers\/ruby-2.3.1\/gollum --live-preview \/opt\/gollum\/gitrepo\r\nRestart=on-abort\r\n\r\n[Install]\r\nWantedBy=multi-user.target\r\n<\/pre>\n<p>Start the Gollum server and set it to start automatically on boot:<\/p>\n<pre>[user]$ sudo systemctl enable gollum.service\r\n[user]$ sudo systemctl start gollum.service<\/pre>\n<p>To verify the unit started, run <code>systemctl status gollum.service<\/code> and you should see something like below:<\/p>\n<pre>\u25cf gollum.service\r\n   Loaded: loaded (\/etc\/systemd\/system\/gollum.service; enabled; vendor preset: enabled)\r\n   Active: active (running) since Wed 2016-09-21 06:00:34 UTC; 7s ago\r\n Main PID: 10737 (ruby)\r\n   CGroup: \/system.slice\/gollum.service\r\n           \u2514\u250010737 puma 3.6.0 (tcp:\/\/0.0.0.0:4567) [\/]<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"7-Install-and-configure-Nginx\"><\/span>7. Install and configure Nginx<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>To install the latest stable version of Nginx available on the Ubuntu repositories, run:<\/p>\n<pre>[user]$ sudo apt-get -y install nginx<\/pre>\n<p>Generate a self-signed SSL certificate:<\/p>\n<pre>[user]$ sudo mkdir -p \/etc\/nginx\/ssl\r\n[user]$ cd \/etc\/nginx\/ssl\r\n[user]$ sudo openssl genrsa -des3 -passout pass:x -out gollum.pass.key 2048\r\n[user]$ sudo openssl rsa -passin pass:x -in gollum.pass.key -out gollum.key\r\n[user]$ sudo rm gollum.pass.key\r\n[user]$ sudo openssl req -new -key gollum.key -out gollum.csr\r\n[user]$ sudo openssl x509 -req -days 365 -in gollum.csr -signkey gollum.key -out gollum.crt\r\n[user]$ sudo openssl dhparam -out \/etc\/nginx\/ssl\/dhparam.pem 2048<\/pre>\n<p>If you don&#8217;t want to get warnings associated with self-signed SSL certificates, you can purchase a <a href=\"https:\/\/www.rosehosting.com\/ssl-certificates.html\">trusted SSL certificate<\/a>.<\/p>\n<p>Next, create a new Nginx server block:<\/p>\n<pre>[user]$ sudo nano \/etc\/nginx\/sites-available\/myGollumWiki.com<\/pre>\n<pre>server {\r\n    listen 443 ssl http2;\r\n    server_name myGollumWiki.com;\r\n\r\n    location \/ {\r\n        proxy_pass              http:\/\/127.0.0.1:4567;\r\n        proxy_set_header        Host $host;\r\n        proxy_set_header        X-Real-IP $remote_addr;\r\n        proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;\r\n        proxy_connect_timeout   150;\r\n        proxy_send_timeout      100;\r\n        proxy_read_timeout      100;\r\n        proxy_buffers           4 32k;\r\n        client_max_body_size    500m;\r\n        client_body_buffer_size 128k;\r\n    }\r\n\r\n    ssl on;\r\n    ssl_certificate     \/etc\/nginx\/ssl\/gollum.crt;\r\n    ssl_certificate_key \/etc\/nginx\/ssl\/gollum.key;\r\n    ssl_dhparam  \/etc\/nginx\/ssl\/dhparam.pem;\r\n\r\n    ssl_session_timeout 5m;\r\n    ssl_ciphers  EECDH+CHACHA20:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;\r\n    ssl_protocols TLSv1.2;\r\n    ssl_prefer_server_ciphers on;\r\n\r\n    access_log  \/var\/log\/nginx\/myGollumWiki.access.log;\r\n    error_log   \/var\/log\/nginx\/myGollumWiki.error.log;\r\n\r\n}\r\n\r\nserver {\r\n    listen      80;\r\n    server_name myGollumWiki.com;\r\n\r\n    add_header Strict-Transport-Security max-age=2592000;\r\n    rewrite ^ https:\/\/$server_name$request_uri? permanent;\r\n}\r\n<\/pre>\n<p>Activate the server block by creating a symbolic link :<\/p>\n<pre>[user]$ sudo ln -s \/etc\/nginx\/sites-available\/myGollumWiki.com \/etc\/nginx\/sites-enabled\/myGollumWiki.com<\/pre>\n<p>Test the Nginx configuration and restart nginx:<\/p>\n<pre>[user]$ sudo nginx -t\r\n[user]$ sudo systemctl start nginx<\/pre>\n<p>Open http:\/\/myGollumWiki.com\/ in your favorite web browser and create your first Gollum page.<\/p>\n<p>That\u2019s it. You have successfully installed Gollum on your Ubuntu 16.04 VPS. For more information about how to manage your Gollum installation, please refer to the <a title=\"Gollum\" href=\"https:\/\/github.com\/gollum\/gollum\/wiki\" target=\"_blank\" rel=\"noopener noreferrer\">Gollum<\/a> wiki.<\/p>\n<hr \/>\n<p>Of course, you don\u2019t have to do any of this if you use one of our <a title=\"linux vps hosting\" href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Blazing-Fast VPS Hosting<\/a> services, in which case you can simply ask our expert Linux admins to setup this for you. They are available 24&#215;7 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS<\/strong><\/span>. If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will explain how to install Gollum Wiki on an Ubuntu 16.04 VPS with Puma and Nginx. &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Install Gollum Wiki on Ubuntu\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#more-20271\" aria-label=\"Read more about Install Gollum Wiki on Ubuntu\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":20281,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1698],"tags":[285,1381,190],"class_list":["post-20271","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-ubuntu","tag-git","tag-gollum","tag-wiki","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Install Gollum Wiki on Ubuntu | RoseHosting<\/title>\n<meta name=\"description\" content=\"Install Gollum Wiki on Ubuntu | RoseHosting\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Gollum Wiki on Ubuntu\" \/>\n<meta property=\"og:description\" content=\"Install Gollum Wiki on Ubuntu | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-21T12:48:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-12T10:29:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/09\/gollum-wiki-ubuntu.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"Install Gollum Wiki on Ubuntu\",\"datePublished\":\"2016-09-21T12:48:20+00:00\",\"dateModified\":\"2022-12-12T10:29:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/\"},\"wordCount\":398,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/gollum-wiki-ubuntu.jpg\",\"keywords\":[\"git\",\"gollum\",\"wiki\"],\"articleSection\":[\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/\",\"name\":\"Install Gollum Wiki on Ubuntu | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/gollum-wiki-ubuntu.jpg\",\"datePublished\":\"2016-09-21T12:48:20+00:00\",\"dateModified\":\"2022-12-12T10:29:23+00:00\",\"description\":\"Install Gollum Wiki on Ubuntu | RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/gollum-wiki-ubuntu.jpg\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/gollum-wiki-ubuntu.jpg\",\"width\":1200,\"height\":600,\"caption\":\"Gollum wiki on Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/install-gollum-wiki-on-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Gollum Wiki on Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Install Gollum Wiki on Ubuntu | RoseHosting","description":"Install Gollum Wiki on Ubuntu | RoseHosting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"Install Gollum Wiki on Ubuntu","og_description":"Install Gollum Wiki on Ubuntu | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2016-09-21T12:48:20+00:00","article_modified_time":"2022-12-12T10:29:23+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/09\/gollum-wiki-ubuntu.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"Install Gollum Wiki on Ubuntu","datePublished":"2016-09-21T12:48:20+00:00","dateModified":"2022-12-12T10:29:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/"},"wordCount":398,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/09\/gollum-wiki-ubuntu.jpg","keywords":["git","gollum","wiki"],"articleSection":["Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/","url":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/","name":"Install Gollum Wiki on Ubuntu | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/09\/gollum-wiki-ubuntu.jpg","datePublished":"2016-09-21T12:48:20+00:00","dateModified":"2022-12-12T10:29:23+00:00","description":"Install Gollum Wiki on Ubuntu | RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/09\/gollum-wiki-ubuntu.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2016\/09\/gollum-wiki-ubuntu.jpg","width":1200,"height":600,"caption":"Gollum wiki on Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/install-gollum-wiki-on-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install Gollum Wiki on Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/20271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=20271"}],"version-history":[{"count":2,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/20271\/revisions"}],"predecessor-version":[{"id":44109,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/20271\/revisions\/44109"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/20281"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=20271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=20271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=20271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}