https://github.com/steedos/steedos-plugin-mattermost
Administration UI for Mattermost database.
https://github.com/steedos/steedos-plugin-mattermost
Last synced: 3 months ago
JSON representation
Administration UI for Mattermost database.
- Host: GitHub
- URL: https://github.com/steedos/steedos-plugin-mattermost
- Owner: steedos
- Created: 2019-05-22T09:59:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T09:29:00.000Z (over 6 years ago)
- Last Synced: 2025-03-02T01:41:51.128Z (8 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# steedos-plugin-mattermost
Administration UI for Mattermost database.
本系统基于[Steedos](https://github.com/steedos/object-server)开发。您只需要在这里的[配置业务对象](src/),设定对象、关系、字段、视图、触发器、报表,即可拥有一套自定义的合同管理系统。

### 安装前准备
- [Install NodeJS, v8.0.0 or later.](https://nodejs.org/en/)
- [Install MongoDB Community Server v3.4 or later](https://www.mongodb.com/download-center/community)
- [Install Visual Studio Code](https://code.visualstudio.com/)
### 安装 yarn
```
npm i yarn -g
```
### 国内建议使用npm淘宝镜像
```
npm config set registry http://registry.npm.taobao.org/
```
### 使用yarn安装依赖包
```
yarn
```
### 启动服务器
```
yarn start
```
### 了解更多
- [开发文档](https://steedos.github.io)