[GH-ISSUE #1163] Build & Deploy Ubuntu 22.04 #252

Closed
opened 2026-03-07 20:46:53 +03:00 by kerem · 2 comments
Owner

Originally created by @DerGrumpf on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1163

The Build process Fails when using the wiki instructions! Only tested on Ubuntu 22.04!

The Problem are the Dependencies.
A better way to do would be:

sudo apt install openjdk-17-jdk maven npm -y

then install Node.js from external PPA:

curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs -y

Now install yarn from the npm repo alongside with lerna:
sudo npm install --global yarn lerna

then do the rest of the build and its works!

Originally created by @DerGrumpf on GitHub (Sep 19, 2022). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1163 The Build process Fails when using the wiki instructions! Only tested on Ubuntu 22.04! The Problem are the Dependencies. A better way to do would be: sudo apt install openjdk-17-jdk maven npm -y then install Node.js from external PPA: curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh sudo bash nodesource_setup.sh sudo apt install nodejs -y Now install yarn from the npm repo alongside with lerna: sudo npm install --global yarn lerna then do the rest of the build and its works!
kerem 2026-03-07 20:46:53 +03:00
Author
Owner

@devnaumov commented on GitHub (Sep 20, 2022):

@DerGrumpf Thanks for your suggestion but I am not sure that the problem is our instruction. Could you provide any logs of your build process?

<!-- gh-comment-id:1252132989 --> @devnaumov commented on GitHub (Sep 20, 2022): @DerGrumpf Thanks for your suggestion but I am not sure that the problem is our instruction. Could you provide any logs of your build process?
Author
Owner

@kseniaguzeeva commented on GitHub (Oct 27, 2022):

I don't see any updates for a long time in this ticket. Feel free contact me to reopen the ticket if it's still actual for you.

<!-- gh-comment-id:1293433110 --> @kseniaguzeeva commented on GitHub (Oct 27, 2022): I don't see any updates for a long time in this ticket. Feel free contact me to reopen the ticket if it's still actual for you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#252
No description provided.