Skip to content
forked from chaiyd/mm-wiki

A lightweight enterprise knowledge sharing and team collaboration software that can be used to quickly build enterprise Wikis and team knowledge sharing platforms.Easy to deploy and simple to use, it helps the team build a collaborative environment for information sharing and document management.

License

Notifications You must be signed in to change notification settings

PullPlus/mm-wiki

 
 

Repository files navigation

brand

MM-Wiki 是一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。

stable build license platforms download_count release

特点

  • 部署方便,基于 golang 编写,只需要下载对于平台下二进制文件执行即可。
  • 快速安装程序, 提供方便的安装界面程序,无需任何手动操作。
  • 独立的空间,空间是一组文档的集合,一般为公司部门或者团队,空间下的文档相互独立。空间可根据需求设置空间访问级别。
  • 支持 markdown 语法写作,支持附件上传。
  • 完善的系统权限管理,系统可以自定义角色,并为不同角色授予不同的权限。
  • 集成统一登录,本系统支持通过外部系统认证用户, 比如与公司的 LDAP 登录融合。具体请看登录认证功能。
  • 邮件通知功能,当开启邮件通知,文档更改会通知所有关注该文档的用户。
  • 文档具有分享和下载功能,目前只支持下载 MarkDown 源文件。
  • 支持文档全文搜索

在线快速了解

安装

1. 自助安装

  • docker-compose部署
    docker-compose up -d
    

系统预览

1 安装

install

2 登录

login

3 系统

system

4 空间文档

space

5 编辑文档

edit

6 文档分享

share

使用的一些插件

MM-Wiki 是站在巨人的肩膀上开发的一款软件,是因为系统中使用了非常多优秀的插件,非常感谢这些插件的作者们:

二次开发

环境要求:go 1.8

$ git clone https://github.com/chaiyd/mm-wiki.git
$ cd mm-wiki
$ go build ./

贡献者列表


phachon

💻

cxgreat2014

💻

ccz

💻

Ruoran Wang

📖

eahomliu

📖 💻

License

MIT

谢谢

Create By phachon

About

A lightweight enterprise knowledge sharing and team collaboration software that can be used to quickly build enterprise Wikis and team knowledge sharing platforms.Easy to deploy and simple to use, it helps the team build a collaborative environment for information sharing and document management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%