Get the latest version of Stardog
Once you get your license key, you’ll be ready to run! Grab the latest version here. Copy the code for your preferred system and follow our setup instructions to get started.
- curl
- Docker
- Debian
- RPM
- Download
curl https://downloads.stardog.com/stardog/stardog-latest.zip --output stardog-latest.zip
unzip stardog-latest.zip
#Stardog binaries are now located at ./stardog-/bin
#To continue setup, please refer to our instructions.
docker pull stardog/stardog:latest
docker run -it -p 5820:5820 -v $STARDOG_HOME:/var/opt/stardog stardog/stardog
#To continue setup, please refer to our instructions.
curl http://packages.stardog.com/stardog.gpg.pub | apt-key add
echo deb http://packages.stardog.com/deb/ stable main » /etc/apt/sources.list
apt-get update
apt-get install -y stardog[=<version>]
# Stardog binaries are now located at /opt/stardog/bin
# Service is now available in systemd as stardog
#To continue setup, please refer to our instructions.
curl http://packages.stardog.com/rpms/stardog.repo > /etc/yum.repos.d/stardog.repo
yum install -y stardog[-<version>]
# Stardog binaries are now located at /opt/stardog/bin
# Service is now available in systemd as stardog
#To continue setup, please refer to our instructions.
Click to download: https://downloads.stardog.com/stardog/stardog-latest.zip
unzip stardog-latest.zip
#To continue setup, please refer to our instructions.