官方:https://github.com/leanote/leanote/wiki


  • 在OrangePI PC+上测试没有mongo安装源,最好在树莓派上测试
  • X86/64/ARM平台上,部署流程大部分一致,文内内容都可以适配
  • 本文当时搭建环境为ubuntu 16.04

安装步骤

1. 安装mongo

sudo apt-get install mongodb-server mongodb
测试 mongo
键入 mongo能进去就可以


2.安装解压

(1).先新建一个目录

sudo mkdir LeanoteServer
具体路径/home/LeanoteServer

(2).在服务器路径内下载蚂蚁笔记

cd /home/LeanoteServer

wget https://sourceforge.net/projects/leanote-bin/files/2.6.1/leanote-linux-amd64-v2.6.1.bin.tar.gz

(3).解压后进入leanote目录,并新建名为data的文件夹用于存放数据库

cd leanote

mkdir data

路径为:/home/LeanoteServer/leanote/data

(4).前台启动

mongod –dbpath data

(5).后台启动

mongod –fork –syslog –dbpath data

(6).合并数据库

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

3.启动服务

cd bin 路径/home/LeanoteServer/leanote/bin

bash run.sh


4.配置服务器

配置conf

conf路径/home/LeanoteServer/leanote/conf/app.conf

例如:

http.port=8080
site.url=http://localhost:8080

重启Leanote, 使用http://localhost:8080访问.


#5.注
##默认管理员用户名为:admin,密码:abc123,随后记得在后台管理页面修改


一沙一世界,一花一天堂。君掌盛无边,刹那成永恒。