1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/README.md

108 lines
2.7 KiB
Markdown
Raw Normal View History

2023-02-06 14:01:19 -05:00
Documize Community is an open source, modern, self-hosted, enterprise-grade knowledge management solution.
2019-02-22 16:47:26 +00:00
- Built for technical and non-technical users
2019-02-27 13:58:18 +00:00
- Designed to unify both customer-facing and internal documentation
2019-02-22 16:47:26 +00:00
- Organization through labels, spaces and categories
2017-12-20 16:51:32 +00:00
2022-07-10 15:38:37 -04:00
It's built with Golang + EmberJS and compiled down to a single executable binary that is available for Linux, Windows and Mac.
2019-11-19 18:11:49 +00:00
2021-11-15 14:52:29 -05:00
All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or any MySQL variant.
2019-11-19 18:11:49 +00:00
2022-01-12 14:15:56 -05:00
![Documize Community](https://github.com/documize/community/blob/master/screenshot.png?raw=true)
2018-01-28 14:04:35 +00:00
## Latest Release
2016-07-18 10:18:21 -07:00
2023-02-06 11:45:47 -05:00
[Community edition: v5.5.0](https://github.com/documize/community/releases)
2023-02-06 11:45:47 -05:00
[Community+ edition: v5.5.0](https://www.documize.com/community/get-started)
2021-11-03 11:46:20 -04:00
2022-09-12 12:35:51 -04:00
The Community+ edition is the "enterprise" offering with advanced capabilities and customer support:
2021-11-10 19:31:03 -05:00
- content approval workflows
- content organization by label, space and category
- content version management
- content lifecycle management
- content feedback capture
- content PDF export
- analytics and reporting
- activity streams
- audit logs
- actions assignments
- product support
2022-09-18 15:40:10 -04:00
The Community+ edition is [free](https://www.documize.com/community/get-started) for the first five users -- thereafter pricing starts at just $900 annually for 100 users.
2022-02-27 12:47:09 -05:00
2019-05-17 11:36:53 +01:00
## OS Support
2017-10-07 09:06:42 -04:00
2016-11-05 14:53:44 -07:00
- Linux
2017-10-07 09:06:42 -04:00
- Windows
- macOS
2021-11-15 14:52:29 -05:00
- Raspberry Pi (ARM build)
2022-01-10 17:01:54 -05:00
Support for AMD and ARM 64 bit architectures.
## Database Support
For all database types, Full-Text Search support (FTS) is mandatory.
- PostgreSQL (v9.6+)
- Microsoft SQL Server (2016+ with FTS)
2018-10-23 13:47:34 +01:00
- MySQL (v5.7.10+ and v8.0.12+)
- Percona (v5.7.16-10+)
- MariaDB (10.3.0+)
## Browser Support
2018-06-29 16:07:01 +01:00
- Firefox
2021-11-03 11:46:20 -04:00
- Chrome
2018-06-29 16:07:01 +01:00
- Safari
2021-11-03 11:46:20 -04:00
- Microsoft Edge (v42+)
2018-06-29 16:07:01 +01:00
- Brave
- Vivaldi
- Opera
2018-06-29 16:07:01 +01:00
## Technology Stack
2017-10-07 09:06:42 -04:00
2023-02-06 11:45:47 -05:00
- Go (v1.20.0)
2019-10-14 12:27:41 +01:00
- Ember JS (v3.12.0)
2016-07-08 16:35:20 -07:00
## Authentication Options
2017-10-07 09:06:42 -04:00
2019-08-28 12:27:38 +01:00
Besides email/password login, you can also authenticate via:
2019-08-28 12:27:38 +01:00
* LDAP
* Active Directory
* Red Hat Keycloak
* Central Authentication Service (CAS)
When using LDAP/Active Directory, you can enable dual-authentication with email/password.
## Localization
Languages supported out-of-the-box:
- English
- German
2023-02-06 11:45:47 -05:00
- French
2022-07-10 15:38:37 -04:00
- Chinese (中文)
2022-07-13 13:28:31 -04:00
- Portuguese (Brazil) (Português - Brasil)
2023-02-11 12:06:29 +09:00
- Japanese (日本語)
PR's welcome for additional languages.
2020-03-09 12:30:16 +00:00
## Product/Technical Support
2021-11-10 19:31:03 -05:00
For both Community and Community+ editions, please contact our help desk for product help, suggestions and other enquiries.
2020-03-09 12:30:16 +00:00
2020-03-09 12:30:37 +00:00
<support@documize.com>
2020-03-09 12:30:16 +00:00
2022-09-18 14:29:38 -04:00
We aim to respond within two working days.
2020-03-09 12:30:16 +00:00
## The Legal Bit
2016-07-09 08:04:18 -07:00
2022-01-10 17:01:54 -05:00
<https://www.documize.com>
2016-07-08 17:09:58 -07:00
2022-02-27 12:48:26 -05:00
This software (Documize Community Edition) is licensed under GNU AGPL v3 <http://www.gnu.org/licenses/agpl-3.0.en.html>.
2019-03-21 11:37:16 +00:00
Documize uses other open source components and we acknowledge them in [NOTICES](NOTICES.md)