百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

growi

> 前端框架
开源

:anchor: GROWI - 使用 Markdown 的团队协作软件

1.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

:anchor: GROWI - 使用 Markdown 的团队协作软件

- [日本語 ](./README_JP.md)

Documentation / Demo

# GROWI ## Demonstration ## Table Of Contents - [Features](#features) - [Quick Start for Production](#quick-start-for-production) - [docker-compose](#docker-compose) - [Helm (Experimental)](#helm-experimental) - [On-premise](#on-premise) - [Environment Variables](#environment-variables) - [Documentation](#documentation) - [License](#license) # Features - **Features** - Create hierarchical pages with markdown -> [Try GROWI on the demo site](https://docs.growi.org/en/guide/getting-started/try_growi.html) - Simultaneously edit with multiple people - Support Authentication with LDAP / Active Directory, OAuth - SSO(Single Sign On) with SAML - Slack/Mattermost, IFTTT Integration - [GROWI Docs: Features](https://docs.growi.org/en/guide/features/page_layout.html) - **Pluggable** - You can find plugins from [npm](https://www.npmjs.com/browse/keyword/growi-plugin) or [github](https://github.com/search?q=topic%3Agrowi-plugin)! - **[Docker Ready][dockerhub]** - **[Docker Compose Ready][docker-compose]** - [GROWI Docs: Multiple sites](https://docs.growi.org/en/admin-guide/admin-cookbook/multi-app.html) - [GROWI Docs: HTTPS(with Let's Encrypt) proxy integration](https://docs.growi.org/en/admin-guide/admin-cookbook/lets-encrypt.html) # Quick Start for Production ### docker-compose - [GROWI Docs: Launch with docker-compose](https://docs.growi.org/en/admin-guide/getting-started/docker-compose.html) ([en](https://docs.growi.org/en/admin-guide/getting-started/docker-compose.html)/[ja](https://docs.growi.org/ja/admin-guide/getting-started/docker-compose.html)) ### Helm (Experimental) - [GROWI Helm Chart](https://github.com/weseek/helm-charts/tree/master/charts/growi) ### On-premise **[Migration Guide from Crowi](https://docs.growi.org/en/admin-guide/migration-guide/from-crowi-onpremise.html) ([en](https://docs.growi.org/en/admin-guide/migration-guide/from-crowi-onpremise.html)/[ja](https://docs.growi.org/ja/admin-guide/migration-guide/from-crowi-onpremise.html))** is here. - [GROWI Docs: Install on Ubuntu Server](https://docs.growi.org/en/admin-guide/getting-started/ubuntu-server.html) - [GROWI Docs: Install on CentOS](https://docs.growi.org/en/admin-guide/getting-started/centos.html) ## Configuration See [GROWI Docs: Admin Guide](https://docs.growi.org/en/admin-guide/) ([en](https://docs.growi.org/en/admin-guide/)/[ja](https://docs.growi.org/ja/admin-guide/)). ### Environment Variables See [GROWI Docs: Environment Variables](https://docs.growi.org/en/admin-guide/admin-cookbook/env-vars.html) ([en](https://docs.growi.org/en/admin-guide/admin-cookbook/env-vars.html)/[ja](https://docs.growi.org/ja/admin-guide/admin-cookbook/env-vars.html)). # Development ## Dependencies - Node.js v24.x - pnpm 10.x - [Turborepo](https://turbo.build/repo) - MongoDB v6.x or v8.x ### Optional Dependencies - Redis 3.x - ElasticSearch 7.x or 8.x or 9.x (needed when using Full-text search) - **CAUTION: Following plugins are required** - [Japanese (kuromoji) Analysis plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-kuromoji.html) - [ICU Analysis Plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html) ## Command details | command | desc | | --------------------- | ------------------------------------------------------- | | `npm run app:build` | Build GROWI app client | | `npm run app:server` | Launch GROWI app server | | `npm run start` | Invoke `npm run app:build` and `npm run app:server` | For more info, see [GROWI Docs: List of npm Scripts](https://docs.growi.org/en/dev/startup-v5/start-development.html#list-of-npm-scripts). # Documentation - [GROWI Docs](https://docs.growi.org/) - [GROWI Developers Wiki (ja)](https://dev.growi.org/) # Contribution ## Found a Bug? If you found a bug in the source code, you can help us by [submitting an issue][issues] to our [GitHub Repository][growi]. Even better, you can [submit a Pull Request][pulls] with a fix. ## Missing a Feature? You can _request_ a new feature by [submitting an issue][issues] to our GitHub Repository. If you would like to _implement_ a new feature, firstly please submit the issue with your proposal to make sure we can confirm it. Please clarify what kind of change you would like to propose. - For a **Major Feature**, firstly open an issue and outline your proposal so it can be discussed. It also allows us to coordinate better, prevent duplication of work and help you to create the change so it can be successfully accepted into the project. - **Small Features** can be created and directly [submitted as a Pull Request][pulls]. ## Translations Want to help translate GROWI into your language? No GitHub account is required. See [Contributing to GROWI translations](./docs/i18n-community-translation.md) for how to join and submit translations. ## Language on GitHub You can write issues and PRs in English or Japanese. ## Discussion If you have questions or suggestions, you can [join our Slack team](https://docs.growi.org/slack) and talk about anything, anytime. # License - The MIT License (MIT) - See [LICENSE](https://github.com/growilabs/growi/blob/master/LICENSE) and [THIRD-PARTY-NOTICES.md](https://github.com/growilabs/growi/blob/master/THIRD-PARTY-NOTICES.md). [crowi]: https://github.com/crowi/crowi [growi]: https://github.com/growilabs/growi [issues]: https://github.com/growilabs/growi/issues [pulls]: https://github.com/growilabs/growi/pulls [dockerhub]: https://hub.docker.com/r/growilabs/growi [docker-compose]: https://github.com/growilabs/growi-docker-compose

Issues· 86 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptaidockergrowijavascript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架