# ci-bot **Repository Path**: imjoey/ci-bot ## Basic Information - **Project Name**: ci-bot - **Description**: This repository is used to address the code of openEuler ci bot. - **Primary Language**: Go - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 28 - **Created**: 2020-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ci-bot ## Introduction This repository is used to address the code of openEuler ci bot. ## Architecture ## Prerequisites You'll need to setup a MySQL Database before you are getting started. This is an example to create Database instance. * Setup MySQL instance by the Huawei Cloud Relational Database Service (RDS) * Login in MySQL with your account and password * Create database instance by running the following command ``` CREATE DATABASE cibot; ``` The information of database instance will be used in the following Installation. ## Getting Started * [Getting Started on Locally](deploy/locally/README.md) * [Getting Started on CCE](deploy/cce/README.md) ## Command Help See the [Command Help](https://gitee.com/openeuler/community/blob/master/en/command.md) file for details. ## License See the [LICENSE](LICENSE) file for details.