-
Notifications
You must be signed in to change notification settings - Fork 379
CloudBeaver Enterprise deployment from docker image
DBeaverDevOps edited this page Jun 19, 2024
·
10 revisions
CloudBeaver Enterprise is a web application that requires server deployment.
You only need a Linux, macOS, or Windows machine with Docker.
- Install Docker 20.10 or higher
- amd64 or arm64 system.
To install the latest version of CloudBeaver, use the following script:
docker pull dbeaver/cloudbeaver-ee:latest
To run CloudBeaver Enterprise in the terminal:
docker run --name cloudbeaver-ee --rm -ti -p 8080:8978 -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver-ee:latest
Then switch to the browser and open http://localhost:8080/
Add the following parameters:
-d --restart unless-stopped
Instructions on how to deploy via Docker-compose with configuration examples can be found here: https://github.com/dbeaver/cloudbeaver-deploy
- Application overview
- Demo Server
- Administration
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- Team Edition Overview
- Getting started with Team Edition
- Team Edition Server Configuration
- Projects in Team Edition
- Teams in Team Edition
- Team Edition Deployment
- Roles in Team Edition
- Git integration in Team Edition
- Datasets in Team Edition
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development