Ontotext-AD / graphdb-docker

Docker images for GraphDB
80 stars 47 forks source link

Which download option to select for free version? #18

Closed OscarVanL closed 3 years ago

OscarVanL commented 3 years ago

Hi,

I'm following the instructions to install the free edition. I've registered and been given several download options in the email: Download available for Windows, Mac, deb based Linux, rpm based Linux

The instructions on this repo simply say: Register on the Ontotext website for the GraphDB Free edition. Download the zip file and place it in the free-edition subdirectory

Further guidance on which distribution to use would be helpful :)

Thanks

nikolaykolev commented 3 years ago

Hi, You should use the OS independent distribution.

  1. Checkout the repository
  2. Place the zip file that you've downloaded in the folder free-edition
  3. While in the main directory execute "make free VERSION=9.6.0" assuming you've downloaded version 9.6.0
OscarVanL commented 3 years ago

Thanks :) That worked.