MrDoc, an online document for individuals and small to medium-sized teams

MrDoc, an online document for individuals and small to medium-sized teams

2022-09-05 0 1,673
Resource Number 38221 Last Updated 2025-02-24
¥ 0HKD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

In this issue, we recommend cloud notes, cloud documents, and knowledge management privatization deployment solutions for individuals and small teams.

Brief introduction

MrDoc is an online documentation system developed based on Python.

MrDoc is suitable as a private cloud document for individuals and small to medium-sized teams, cloud note-taking, and knowledge management tools, and is committed to becoming an excellent private online document deployment solution.

MrDoc currently covers the following terminals: Web, Chrome Extension, and Desktop Client.

Applicable scenarios

Privatized deployment scenarios such as personal cloud notes, online product manuals, internal team knowledge bases, and online e-tutorials.

Features
Site Administration
User registration, user login, user management, picture management, attachment management, document management, collection management, registration invitation code configuration, site-wide shutdown registration switch, site-wide forced login switch; Advertising code configuration, statistical code configuration, site information configuration, and record number configuration; Attachment format configuration, attachment size configuration, image size configuration;
Personal management
Collection management: create, delete, control permissions, transfer, collaborate, export, and generate e-book format filesDocument management: create, delete, recycle bin, and historical versions of document template management: create and delete image management: upload, group, delete attachment management: upload and delete Token management: efficiently create and obtain documents with the help of tokens; Personal information management: change nickname, change email address, switch document editor;
Document writing
Two document types of text documents and table documents, two editing modes of Markdown and rich text, and three editors of Editor.md, Vditor, and iceEditor, which can be freely selected and switched; Pictures, attachments, scientific formulas, audio and video, mind maps, flow charts, Echart charts; Document sorting, document parent settings, document template insertion; document tag settings;
Document reading
Two-column layout, three-level table of contents level display, anthology outline on the left, document body on the right; Document reading font scaling, font type switching, page social sharing, mobile reading optimization; Download EPUB and PDF files, download Markdown files; Label Relationship Network Diagram; full-text document search; Share private documents and share codes
Run the tutorial

Install dependencies

pip install -r requirements.txt

Initialize the database

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

Open the CLI page in the project path and run the following command to generate database migration:

python manage.py makemigrations

Run the following command to migrate the database:

python manage.py migrate

Create an administrator account

After initializing the database, you need to create an administrator account to manage the entire MrDoc, open the command line terminal in the project path, and run the following command:

python manage.py createsuperuser

Follow the prompts to enter your username, email address, and password.

Linux deploys MrDoc

If MrDoc runs on your computer using runserver tests without problems, then consider deploying it on a server to provide a more stable service.

runserver is only suitable for debugging and running, not in a production environment.

This document will introduce how to deploy MrDoc under the Linux operating system.

MrDoc’s backend is based on the Django framework of the Python programming language, so its deployment method is the same as that of a normal Django project.

Download and allow MrDoc

First, let’s download the source code of the MrDoc project to drive D via the git command:

git clone https://gitee.com/zmister/MrDoc.git

 

MrDoc, an online document for individuals and small to medium-sized teams插图

Then install the dependency library

pip install -r requirements.txt

 

MrDoc, an online document for individuals and small to medium-sized teams插图1

Then, run the initialization command of MrDoc to initialize the database and administrator user login:

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

MrDoc, an online document for individuals and small to medium-sized teams插图2

Finally, we run the test server

MrDoc, an online document for individuals and small to medium-sized teams插图3
资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free Source Code MrDoc, an online document for individuals and small to medium-sized teams https://ictcoder.com/mrdoc-an-online-document-for-individuals-and-small-to-medium-sized-teams/

Share free open-source source code

Q&A
  • 1. Automatic: After making an online payment, click the (Download) link to download the source code; 2. Manual: Contact the seller or the official to check if the template is consistent. Then, place an order and make payment online. The seller ships the goods, and both parties inspect and confirm that there are no issues. ICTcoder will then settle the payment for the seller. Note: Please ensure to place your order and make payment through ICTcoder. If you do not place your order and make payment through ICTcoder, and the seller sends fake source code or encounters any issues, ICTcoder will not assist in resolving them, nor can we guarantee your funds!
View details
  • 1. Default transaction cycle for source code: The seller manually ships the goods within 1-3 days. The amount paid by the user will be held in escrow by ICTcoder until 7 days after the transaction is completed and both parties confirm that there are no issues. ICTcoder will then settle with the seller. In case of any disputes, ICTcoder will have staff to assist in handling until the dispute is resolved or a refund is made! If the buyer places an order and makes payment not through ICTcoder, any issues and disputes have nothing to do with ICTcoder, and ICTcoder will not be responsible for any liabilities!
View details
  • 1. ICTcoder will permanently archive the transaction process between both parties and snapshots of the traded goods to ensure the authenticity, validity, and security of the transaction! 2. ICTcoder cannot guarantee services such as "permanent package updates" and "permanent technical support" after the merchant's commitment. Buyers are advised to identify these services on their own. If necessary, they can contact ICTcoder for assistance; 3. When both website demonstration and image demonstration exist in the source code, and the text descriptions of the website and images are inconsistent, the text description of the image shall prevail as the basis for dispute resolution (excluding special statements or agreements); 4. If there is no statement such as "no legal basis for refund" or similar content, any indication on the product that "once sold, no refunds will be supported" or other similar declarations shall be deemed invalid; 5. Before the buyer places an order and makes payment, the transaction details agreed upon by both parties via WhatsApp or email can also serve as the basis for dispute resolution (in case of any inconsistency between the agreement and the description of the conflict, the agreement shall prevail); 6. Since chat records and email records can serve as the basis for dispute resolution, both parties should only communicate with each other through the contact information left on the system when contacting each other, in order to prevent the other party from denying their own commitments. 7. Although the probability of disputes is low, it is essential to retain important information such as chat records, text messages, and email records, in case a dispute arises, so that ICTcoder can intervene quickly.
View details
  • 1. As a third-party intermediary platform, ICTcoder solely protects transaction security and the rights and interests of both buyers and sellers based on the transaction contract (product description, agreed content before the transaction); 2. For online trading projects not on the ICTcoder platform, any consequences are unrelated to this platform; regardless of the reason why the seller requests an offline transaction, please contact the administrator to report.
View details

Related Source code

ICTcoder Customer Service

24-hour online professional services