Leanote 是目前为止发现的最有 bigger 的云笔记,具备 markdown 输入,代码高亮,多人协作,笔记历史记录,笔记内导航,直接发布为博客等等能力。
下载启动 MongoDB(Leanote 依赖 MongoDB 作为数据存储)
cd /home
wget http://labs-1253675457.cosgz.myqcloud.com/mongodb-linux-x86_64-3.0.1.tgz
tar -xzf mongodb-linux-x86_64-3.0.1.tgz
mkdir -p /data/db
配置 MongoDB 的环境变量
echo 'export PATH=$PATH:/home/mongodb-linux-x86_64-3.0.1/bin' >> /etc/profile
source /etc/profile
安装 Leanote
cd /home
wget http://labs-1253675457.cosgz.myqcloud.com/leanote-linux-amd64-v2.4.bin.tar.gz
tar -zxvf leanote-linux-amd64-v2.4.bin.tar.gz
vim /home/leanote/conf/app.conf
# 搜索 app.secret= 项,并修改为如下内容:
app.secret=qcloud666
初始化数据库、启动 Leanote 服务
mongorestore -h localhost -d leanote --dir /home/leanote/mongodb_backup/leanote_install_data/
nohup /bin/bash /home/leanote/bin/run.sh >> /var/log/leanote.log 2>&1 &
访问 Leanote 云笔记本
firefox 192.168.0.12:9000
登录
输入