dbeaver / cloudbeaver

Cloud Database Manager

Home Page:https://dbeaver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update wiki - build documentation

michalkahle opened this issue · comments

Describe the bug
Wiki build instructions do not work for clean build and are outdated.

https://github.com/dbeaver/cloudbeaver/wiki/Build-and-deploy

Some prerequisites need higher versions:

  • node.js (20+)
  • Apache Maven (3.9+)

You need to build dbeaver before attempting to build cloudbeaver. This is because the build process expects dbeaver-common to be present. This is only cloned when building dbeaver.

Hi @michalkahle!
We recently changed our repository, so dbeaver-common is now missing in the build script. We'll update it soon. Here is the same issue.
Prerequisites have been updated on the wiki.
Thank you for bringing this to our attention! ❤️

@EvgeniaBzzz thank you for updating the prerequisites versions. I think this issue can be closed when dbeaver-common is added to the cloudbeaver build script or an instruction is added to the wiki to build dbeaver first.

Fix with updated build script has been merged into devel branch

Great. Thank you very much!