Personal and small team notes, documents, knowledge management privatization deployment scheme
Home | Example Site |
Installation Manual | User Manual | Document Example
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:
Open Source Edition - http://mrdoc.zmister.com
Professional Edition - https://doc.mrdoc.pro
username:test1 password:123456
⚙Site Manage & User Manage
📚Document System
markdown
editor based on editormd
and vditor
is used to optimize and extend, and the markdown
syntax is used for document writing, and image management and uploading, table pasting, mind mapping, flow chart drawing and sequence diagram drawing are supported;API
interface, which can use the account token
to get the corpus, upload pictures and create documents through the 'API';Update Record : CHANGES.md
pip install -r requirements.txt
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.
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.
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
Submit questions on the following pages:
WeChat Subscription : mrdocpro
Thanks for the development based on the following projects:
Business License Contact:zmister@qq.com
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.