@choerodon/wiki

0.18.0 • Public • Published

Wiki Service

Wiki Service is responsible for establishing communication with XWiki, handling XWiki related logic and forwarding it to other services.

Feature

Wiki Service contains features as follows:

  • User synchronization
  • Role synchronization
  • Organization synchronization
  • Project synchronization
  • Create space

Requirements

Installation and Getting Started

  1. init database

    CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
    CREATE DATABASE wiki_service DEFAULT CHARACTER SET utf8;
    GRANT ALL PRIVILEGES ON wiki_service.* TO choerodon@'%';
    FLUSH PRIVILEGES;
  2. run command sh init-local-database.sh

  3. run command as follow or run WikiServiceApplication in IntelliJ IDEA

    mvn clean spring-boot:run

Dependencies

  • go-register-server: Register server
  • config-server:Configure server
  • kafka
  • mysql: wiki_service database

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.

Readme

Keywords

none

Package Sidebar

Install

npm i @choerodon/wiki

Weekly Downloads

1

Version

0.18.0

License

ISC

Unpacked Size

140 kB

Total Files

34

Last publish

Collaborators

  • lethe0305
  • allen.liu
  • huihuawk
  • yanfang1223
  • laincarl
  • hughwu
  • douglasdong
  • iotale