stardog plugin for the asdf version manager.
-
Java 8 or 11
-
$artifactoryUsername
and$artifactoryPassword
set in your environment -
- ensure you've logged in using in using your Artifactory credentials)
jfrog config add --interactive=false --artifactory-url https://stardog.jfrog.io/stardog/ --user $artifactoryUsername --password $artifactoryPassword stardog
Plugin:
asdf plugin add stardog https://github.com/snowell/asdf-stardog.git
stardog:
# Show all installable versions
asdf list-all stardog
# Install specific version
asdf install stardog latest
# Set a version globally (on your ~/.tool-versions file)
asdf global stardog latest
# Set Stardog Home globally (on your ~/.stardog-home file)
asdf stardog home global /var/opt/stardog
# Set Stardog Ext locally (on your ./.stardog-ext file)
asdf stardog ext local /opt/stardog_ext
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Stephen Nowell