Skip to content

dbeaver/dbeaver-server-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBeaver Server Installer

DBeaver Server Installer installs, configures, starts, and stops DBeaver Team Edition server, as well as helps with installing relevant dependencies.

Product installation

Using pre-built executable

  1. Download the executable and place it in a directory of your choice.
  2. Add the directory to your system's PATH environment variable.
  3. Optional: install shell completions for your shell (see below).

From source code

  1. Ensure you have Go installed. You can find the minimum required version of Go in the go.mod file.
  2. Execute go install github.com/dbeaver/dbeaver-server-installer@latest.

For more information about this installation method, see the Go documentation.

Supported commands

To see the list of available commands, run dbeaver-server-installer --help.

To deploy the DBeaver Team Edition, first ensure that all of the dependencies are satisfied with the dbeaver-server-installer dependencies install command. Then, run the dbeaver-server-installer configure command. Follow the instructions given by the command. After completing the configuration, you can run dbeaver-server-installer start to start the product. Likewise, you can run dbeaver-server-installer stop to stop the product.

NB: For now, dbeaver-server-installer start only works when you select the Run as Administrator option when launching PowerShell.

Installing shell completions

You can teach your shell to tab-complete the dbeaver-server-installer command and its subcommands. The exact steps depend on your shell. To begin, run dbeaver-server-installer completion --help to see the list of available shells. To see how to install completions for a specific shell, run dbeaver-server-installer completion <shell> --help. For example:

dbeaver-server-installer completion powershell --help

Follow the instructions to install the completions for your shell.

About

DBeaver Server Installer controls DBeaver Team Edition backend.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •