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
git clone https://gitee.com/zmister/mrdoc-install.git && cd mrdoc-install && chmod +x docker-install.sh && ./docker-install.sh
rundocker-update.sh
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
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарии ( 0 )