记一次安装leanote

什么也未曾变过 · · 860 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

官方地址:

https://github.com/leanote

安装二进制步骤

下载二进制包文件:

https://sourceforge.net/projects/leanote-bin/files/2.4/leanote-linux-amd64-v2.4.bin.tar.gz/download

安装mongodb数据库:

添加yum 源

[mongodb-org-3.4]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/amazon/2013.03/mongodb-org/3.4/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc

安装mongodb

sudo yum makecache
sudo yum install -y mongodb-org

启动mongodb

sudo service mongod start
sudo systemctl enable mongod

恢复数据到mongodb

mongorestore -h localhost -d leanote --dir leanote/mongodb_backup/leanote_install_data/

配置Leanote(我没懂)

The configuration of Leanote is controlled by this file: PATH_TO_LEANOTE/conf/app.conf.

One setting that you are strongly suggested to modify is app.secret, please change arbitrary number of digits of the string to something different, but keeping the string length unchanged. This is to avoid potential security issues.

Other optional changes you can make includes db.username, db.password (more on these in the Trouble Shooting section) and etc..

安装golang

sudo yum install golang

运行 leanote

sudo bash run.sh

有疑问加站长微信联系(非本文作者)

本文来自:简书

感谢作者:什么也未曾变过

查看原文:记一次安装leanote

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

860 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传