Giter Club home page Giter Club logo

graphdb-docker's Introduction

This keeps the infrastructure that builds docker images for GraphDB

Check Docker Hub Images for information on how to use the images.

Note that to use GraphDB EE or SE docker images, you must get a license from us first.

Currently there are no public images for GraphDB Free and you will have to build those if needed from the zip distribution that you get after registering on our website.

Building a docker image based on the free edition

You will need docker and make installed on your machine.

  1. Checkout this repository
  2. Register on the Ontotext website for the GraphDB Free edition. Download the zip file and place it in the free-edition subdirectory
  3. Run
make free VERSION=<the-version-that-you-got>

for example the most recent version as of this writing is 9.1.1 so run

make free VERSION=9.1.1

this will build an image that you can use called ontotext/graphdb:9.1.1-free. You can run the image now with

docker run -d -p 7200:7200 graphdb-free

Consult the docker hub documentation for more information.

Issues

You can report issues in the GitHub issue tracker or at graphdb-support at ontotext.com

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

Making changes to the images and building your own version

The following command should be able to build you a custom image that takes your local changes into account

make ee VERSION=<version-of-graphdb-you-want>

for the enterprise edition and

make se VERSION=<version-of-graphdb-you-want>

for the standard edition.

graphdb-docker's People

Contributors

jperville avatar nikolavp avatar panayot-panayotov-onto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.