@choerodon/wiki

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

Usage no npm install needed!

<script type="module">
  import choerodonWiki from 'https://cdn.skypack.dev/@choerodon/wiki';
</script>

README

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.