https://github.com/valicm/dbeaver-ce-appimage
Unofficial / Community provided Dbeaver Community Edition AppImage
https://github.com/valicm/dbeaver-ce-appimage
appimage database-client dbeaver dbeaver-appimage
Last synced: 3 months ago
JSON representation
Unofficial / Community provided Dbeaver Community Edition AppImage
- Host: GitHub
- URL: https://github.com/valicm/dbeaver-ce-appimage
- Owner: valicm
- License: mit
- Created: 2022-09-04T13:56:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T00:30:57.000Z (8 months ago)
- Last Synced: 2025-02-14T17:45:15.473Z (3 months ago)
- Topics: appimage, database-client, dbeaver, dbeaver-appimage
- Homepage:
- Size: 19.5 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DBeaver CE AppImage
Unofficial / Community provided Dbeaver Community Edition AppImage - stable release
[](https://github.com/valicm/dbeaver-ce-appimage/actions/workflows/release.yml)
### Get Started
#### [Download the latest stable release](https://github.com/valicm/dbeaver-ce-appimage/releases/latest)
- stable release only
- supports update of the AppImage### Executing
#### File Manager
Double-click the `*.AppImage` file and you are done!> In normal cases, the above method should work, but in some cases you
> need mark file as executable. You can do this using File manager -> right click > Properties > Allow Execution,
> or by terminal issuing command `chmod +x dbeaver-ce-*.AppImage`#### AppImageLauncher
Use AppImageLauncher for better desktop integration ==> [download AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher)#### Terminal
```bash
chmod +x dbeaver-ce-*.AppImage
./dbeaver-ce-*.AppImage
```#### Build
The AppImage is built from .tar.gz DBeaver package by GitHub Continuous Integration using this
bash script https://github.com/valicm/appimage-bash.