This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:wikijs_installation [2022/08/23 11:37] admin created |
linux:wikijs_installation [2022/08/23 11:48] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Install Wiki.js with Node.js, PostgreSQL, and Nginx on Ubuntu ====== | ====== Install Wiki.js with Node.js, PostgreSQL, and Nginx on Ubuntu ====== | ||
+ | |||
+ | [[https://www.vultr.com/docs/install-wiki-js-with-node-js-postgresql-and-nginx-on-ubuntu-20-04-lts/|Source Link]] | ||
+ | |||
+ | ===== Introduction ===== | ||
- | Introduction | ||
Wiki.js is an open-source, lightweight, and powerful wiki software released under the AGPL-v3 license. Its modern and extensible user interface makes it suitable for all kinds of documents, especially software documents. Wiki.js also provides a WYSIWYG editor for non-technical people and a Markdown editor for developers. | Wiki.js is an open-source, lightweight, and powerful wiki software released under the AGPL-v3 license. Its modern and extensible user interface makes it suitable for all kinds of documents, especially software documents. Wiki.js also provides a WYSIWYG editor for non-technical people and a Markdown editor for developers. | ||
This tutorial explains how to install Wiki.js on Ubuntu 20.04 LTS and optionally set up HTTPS using a free Let's Encrypt TLS certificate. | This tutorial explains how to install Wiki.js on Ubuntu 20.04 LTS and optionally set up HTTPS using a free Let's Encrypt TLS certificate. | ||
- | Prerequisites | + | ===== Prerequisites ===== |
A Ubuntu 20.04 server. | A Ubuntu 20.04 server. | ||
Follow Vultr's best practices guides to create a sudo user and update the Ubuntu server. | Follow Vultr's best practices guides to create a sudo user and update the Ubuntu server. | ||
Line 15: | Line 19: | ||
Make sure to replace example.com in the code examples with your domain name or IP address. | Make sure to replace example.com in the code examples with your domain name or IP address. | ||
- | 1. Install Node.js LTS 14 | + | ====== 1. Install Node.js LTS 14 ====== |
+ | |||
Written in JavaScript, Wiki.js run on any platform where Node.js available. Installing Node.js from the NodeSource repository is one of the methods recommended by the OpenJS Foundation. | Written in JavaScript, Wiki.js run on any platform where Node.js available. Installing Node.js from the NodeSource repository is one of the methods recommended by the OpenJS Foundation. | ||