# CloudBeaver **Repository Path**: hlx_coltd/CloudBeaver ## Basic Information - **Project Name**: CloudBeaver - **Description**: CloudBeaver 是一个基于 Web 的云数据库管理工具,支持 PostgreSQL、MySQL、MariaDB、SQLite 和 Firebird 等数据库 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/cloudbeaver - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 38 - **Created**: 2020-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cloudbeaver Cloud Database Manager ### Build cloudbeaver Cloudbeaver is multi-platform server side application. It can run on Linux, Windows and MacOS X. #### Prerequisites - Java 8, 9, 10, 11 or 12 - Apache Maven - Node.js - Yarn #### Build and deploy - cd deploy - ./build.sh Final artifacts are in `deploy/cloudbeaver`. You can copy this folder to any other location. #### Running server - cd cloudbeaver - run-server By default server listens port `8978` (you can change it in conf/cloudbeaver.conf). You can configure nginx, Apache or any other web server in front of it.