choerodon / wiki-service

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

Home Page:http://choerodon.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://choerodon.io

License:Apache License 2.0


Languages

Language:Java 49.8%Language:JavaScript 32.3%Language:Groovy 16.3%Language:CSS 1.2%Language:Smarty 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%