Self-host a wiki for your startup (why, instructions and Docker-compose)

栏目: IT技术 · 发布时间: 4年前

内容简介:How is your startup sharing knowledge with the rest of your team? We’ve been using slack’sBut after a few weeks, these docs/notes become super hard to find. As good slack’s search is, you have to precisely know what you’re looking for. What we needed was a

How is your startup sharing knowledge with the rest of your team? We’ve been using slack’s #general or #random channels to make announcements. We regularly post documents and PPTs slack channels so that they can be used by other people. We have a channel called #setup to post all IT related information like how to login to VPN etc.

But after a few weeks, these docs/notes become super hard to find. As good slack’s search is, you have to precisely know what you’re looking for. What we needed was a centralized knowledge base website - something like Confluence

But Confluence is clunky and slow, and not cheap ($5/user). We experimented with TiddlyWiki . It calls itself ‘a non-linear personal web notebook’. It’s an opensource software which you can host on your servers or AWS. But its non linear organization makes it super unintuitive and confusing.

Why Outline?

Then, I found outline ! Outline is similar to TiddlyWiki in that it’s opensource and free to self-host. Its UI is a great balance between simplicity of plain text notes and feature creep of Confluence. Login to outline is through your slack - so one less password to remember (or save). You can create private notebooks for a team or just for yourself. You can create a public link of a note so that you can share it with people outside your team - say via email.

Outline has great UI Self-host a wiki for your startup (why, instructions and Docker-compose)

Best part of all of this is that data doesn’t leave your servers if you self-host it! We already have a server lying around on AWS to host our own python package server, pypi . Since neither hosting pypi nor hosting outline are particularly intensive, we’ve hosted outline on this machine as wiki.qure.ai .

Install Outline

Unfortunately, documentation for self-hosting outline is limited. There’s no robust docker-compose avaialable that you can use to directly create your server. In the rest of this post, I’ll show you how to host in your laptop or server. Before starting, make sure to install docker and docker-compose .

git clone https://github.com/chsasank/outline-wiki-docker-compose.git
cd outline-wiki-docker-compose
make install

make install Self-host a wiki for your startup (why, instructions and Docker-compose)

Follow the instructions. You’ll have to create a slack app. Slack app Self-host a wiki for your startup (why, instructions and Docker-compose)

If you want to install HTTPS:

make https

Run the server:

make start

以上所述就是小编给大家介绍的《Self-host a wiki for your startup (why, instructions and Docker-compose)》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

增长黑客

增长黑客

范冰 / 电子工业出版社 / 2015-7-1 / CNY 59.00

“增长黑客”这一概念近年来兴起于美国互联网创业圈,最早是由互联网创业者Sean Ellis提出。增长黑客是介于技术和市场之间的新型团队角色,主要依靠技术和数据的力量来达成各种营销目标,而非传统意义上靠砸钱来获取用户的市场推广角色。他们能从单线思维者时常忽略的角度和难以企及的高度通盘考虑影响产品发展的因素,提出基于产品本身的改造和开发策略,以切实的依据、低廉的成本、可控的风险来达成用户增长、活跃度上......一起来看看 《增长黑客》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具