安装开源蚂蚁云笔记
安装mongodb
cat > /etc/yum.repos.d/mongodb-org.repo <<EOF |
安装配置leanote
wget http://sourceforge.net/projects/leanote-bin/files/2.6.1/leanote-linux-amd64-v2.6.1.bin.tar.gz |
初始数据导入mongodb
mongorestore -h localhost -d leanote --dir /opt/leanote/mongodb_backup/leanote_install_data/ |
启动leanote
nohup /bin/bash /opt/leanote/bin/run.sh >> /var/log/leanote.log 2>&1 & |
url:http://localhost:9000 默认管理员账号为admin,密码为abc123
- ps:
端口冲突修改./leanote/conf/app.conf
http.port=
site.url=
客户端登录自建服务报错显示“服务地址错误”
解决:加上http(s)://
本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 虫子个人博客!