zmister2016 / MrDoc

mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。
https://mrdoc.pro/
GNU General Public License v3.0
2.94k stars 549 forks source link
django document-management knowledge-management markdown notes-app python wiki

MrDoc - Writing documents, Gathering ideas

Personal and small team notes, documents, knowledge management privatization deployment scheme

中文介绍 | English Description

Featured|HelloGitHub

Home | Example Site |

Installation Manual | User Manual | Document Example

Source code:Gitee | GitHub

Introduce

Mrdoc is an online document system developed based on python. It is suitable for individuals and small teams to manage documents, knowledge and notes. It is committed to become a private online document deployment solution for the whole platform (web, desktop, mobile).

Current Platform:

Example Site

Open Source Edition - http://mrdoc.zmister.com

Professional Edition - https://doc.mrdoc.pro

username:test1 password:123456

Feature

Update Record : CHANGES.md

Simple Installation Tutorial

1. install dependent modules

pip install -r requirements.txt

2. Initialize database

After installing the required third-party library and configuring the database information, we need to initialize the database.

Open the command line interface under the project path and run the following command to generate the database migration:

python manage.py makemigrations 

Run the following command to perform database migration:

python manage.py migrate

After execution, the database is initialized.

3. Create Super User

After initializing the database, you need to create an administrator account to manage the whole mrdoc. Open the command line terminal in the project path and run the following command:

python manage.py createsuperuser

Follow the prompts to enter the user name, email address and password.

4、Test Running

After completing the above steps, you can run and use mrdoc.

In the test environment, you can use the server provided by Django to run mrdoc. The command is:

python manage.py runserver

Third deployment tools

Other Tools

Feedback

1. Commit Issue

Submit questions on the following pages:

3. Contact author

WeChat Subscription : mrdocpro

Dependent

Thanks for the development based on the following projects:

License

GPL-3.0

Business License Contact:zmister@qq.com