Skip to content

snowell/asdf-stardog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-stardog Build Lint

stardog plugin for the asdf version manager.

Contents

Dependencies

  • Java 8 or 11

  • $artifactoryUsername and $artifactoryPassword set in your environment

  • jFrog CLI

    • 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
    
  • jq

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Stephen Nowell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages