开源实例之Trilium
前言
Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
Trilium Notes 是一个层次化的笔记应用程序,专注于建立大型个人知识库。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Node.js 18 |
程序 | Trilium 0.62.4 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
安装程序
文档地址:https://github.com/zadam/trilium/wiki
程序仓库:https://github.com/zadam/trilium
第三方汉化版:https://github.com/Nriver/trilium-translation
汉化版存在部分翻译错误,本实例使用原版。
原版部署
#克隆代码
git clone https://github.com/zadam/trilium
cd trilium
#安装依赖
npm i
#构建
npm rebuild
npm run webpack
#启动
npm run start-server
启动后访问网站,按照引导完成安装。
汉化版部署
#下载代码
wget https://github.com/Nriver/trilium-translation/releases/download/v0.62.4_20231222/trilium-cn-linux-x64-server.zip
#解压
unzip trilium-cn-linux-x64-server.zip
#启动
cd trilium-linux-x64-server/
./trilium.sh
启动后访问网站,按照引导完成安装。
实例体验
后记
本实例仅供参考,不定期重置数据。