Skip to content

Smart-Harvesting/oxpath_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxpath Docker Container

Author: Hendrik Adam

Requirements:

Docker

oxpath-cli.jar (Get the jar from http://www.oxpath.org and rename it)

Specific folder structure:

    root
        input
            < oxpath script files go here >
        output
            < expect output here >
        oxpath
            oxpath-cli.jar
            wrapper.py
        Dockerfile
        run.sh
        Readme.md

Building:

Linux / Mac:

Use run.sh to build and execute the Docker Container.

First edit the paths in the run.sh so they fit to your setup.

Windows:

For Windows execute the commands below from your powershell. Edit them appropriatly.

  docker build -t oxpath:latest PATHTOTHISFOLDER

Running:

Linux / Mac:

Use run.sh or the commands contained in run.sh.

Windows:

docker run -d -it --name=oxpath -v PATHTOTHEINPUTFOLDER:/usr/src/oxpath/input -v PATHTOTHEOUTPUTFOLDER:/usr/src/oxpath/output oxpath:latest

Usage:

Place your oxpath scripts into the input folder and wait for the magic to happen.... or the output to appear in the output folder.

About

Docker Container for running OXPath

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •