Alsan / leanote-1

蚂蚁笔记 docker搭建。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

说明

本镜像参考如下链接修改,但是进行了修正:

准备

Quick Start

  1. chmod a+x ./init.sh
  2. ./init.sh
  3. 打开浏览器访问 localhost:9000/index

数据初始化

bash
docker cp leanote_server_1:/usr/local/leanote/mongodb_backup/ mongodb_backup/
docker-compose exec db mongorestore -h localhost -d leanote --dir /init_data

demo用户

  • user1 username: admin, password: abc123 (管理员, 只有该用户才有权管理后台, 请及时修改密码)
  • user2 username: demo@leanote.com, password: demo@leanote.com (仅供体验使用)

About

蚂蚁笔记 docker搭建。


Languages

Language:Shell 100.0%