轉 Mindoc搭建流程 文檔多人編輯工具。
阿新 • • 發佈:2018-04-22
mysq 下載 示例 展示 根據 utf8mb4 源碼 zip host
安裝方法參考:
https://www.yuanmas.com/info/1bz9Y126zx.html
https://www.iminho.me/version.html
#step
1,安裝MySql
2,官網下載:https://github.com/lifei6671/mindoc/releases
mindoc_windows_amd64.7z
3,如果下載的壓縮包中不存在該文件,請從 https://github.com/lifei6671/mindoc/blob/master/lib/time/zoneinfo.zip?raw=true 下載,並放在/lib/time/zoneinfo.zip
4,如果你的服務器上沒有安裝golang程序 ( 請手動設置一個環境變量如下:(鍵名為 ZONEINFO,值為MinDoc跟目錄下的/lib/time/zoneinfo.zip 絕對路徑))。
創建C:/go/lib/time/zoneinfo.zip
5,
CREATE DATABASE mindoc_db DEFAULT CHARSET utf8mb4 COLLATE utf8mb4_general_ci;
6,#數據庫配置 db_adapter=mysql #mysql數據庫的IP db_host=127.0.0.1 #mysql數據庫的端口號一般為3306 db_port=3306 #剛才創建的數據庫的名稱 db_database=mindoc_db #訪問數據庫的賬號和密碼 db_username=root db_password=123456
註意事項:根據自己實際情況填寫以上MySql配置信息
7, 執行安裝命令
mindoc_windows_amd64.exe install 8,雙擊 mindoc_windows_amd64.exe 啟動Mindoc服務
原文地址:https://www.cnblogs.com/sunzhenyong/p/8437024.html
使用方法參考
https://github.com/lifei6671/mindoc
demo 展示
http://doc.iminho.me/
- 示例:http://doc.iminho.me
- 測試用戶:admin 密碼:123456 【請勿修改密碼】
- 演示項目源碼: MinDoc
轉 Mindoc搭建流程 文檔多人編輯工具。