# leanote **Repository Path**: midaug/leanote ## Basic Information - **Project Name**: leanote - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-16 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###说明 本镜像参考如下链接修改,但是进行了修正: * [Run leanote by docker](https://github.com/leanote/leanote/wiki/Run-leanote-by-docker) * [ EditNew Page Leanote 二进制版详细安装教程 Mac and Linux](https://github.com/leanote/leanote/wiki/Leanote-%E4%BA%8C%E8%BF%9B%E5%88%B6%E7%89%88%E8%AF%A6%E7%BB%86%E5%AE%89%E8%A3%85%E6%95%99%E7%A8%8B----Mac-and-Linux) ###数据初始化 ```bash docker cp leanote_leanote-server_1:/usr/local/leanote/mongodb_backup/leanote_install_data init-data/ docker-compose exec leanote-db mongorestore -h localhost -d leanote --dir /tmp/init-data/leanote_install_data/ ``` ###demo用户
user1 username: admin, password: abc123 (管理员, 只有该用户才有权管理后台, 请及时修改密码)
user2 username: demo@leanote.com, password: demo@leanote.com (仅供体验使用)