Getting started¶
There are two ways to get up and running with binjr; download a ready-made application bundle for your OS and CPU achitecture, or build it yourself from sources.
Download an application bundle¶
The simplest way to start using binjr is to download an application bundle from the download page.
These bundles contain all the dependencies required to run the app, including a copy of the Java runtime specially crafted to only include the required components and save disk space.
Build from source¶
You can also build or run the application from the source code.
Prerequisites:¶
Optional
If you want to build native installer packages, you’ll also need the following platform specific prerequisites:
- Debian package archive manipulation tool (dpkg-deb)
- RPM Package Manager
- Xcode command line tools.
Build¶
-
Clone the repo from Github:
-
Use the included gradle wrapper to:
-
Build all the modules
-
Build and start the application
-
Build all application bundles for the platform on which you run the build
Warning
Make sure you run the
cleantask in between two executions of apackage<...>task in the same environment. -
Build a specific application bundle for the platform on which you run the build
Warning
Please note that it is generally not possible to cross-build application bundles (e.g. build a bundle for macOS while running under Windows)
-
Trying it out¶
If you’d like to experience binjr’s visualization capabilities but do not have a compatible data source handy, you can use the demonstration data adapter.
It is a plugin which embeds a small, stand-alone data source that you can readily browse using binjr.
- Make sure binjr is installed on your system and make a note of the folder it is installed in.
- Download the
binjr-adapter-demo-3.x.x.ziparchive from https://github.com/binjr/binjr-adapter-demo/releases/latest - Copy the
binjr-adapter-demo-3.x.x.jarfile contained in the zip file into thepluginsfolder of your binjr installation. - Start binjr (or restart it if it was runnning when you copied the plugin) and open the
demo.bjrworkspace contained in the zip (from the command menu, selectWorkspaces > Open..., or press Ctrl+O)