NASA-PDS / registry-api

Web API service for the PDS Registry, providing the implementation of the PDS Search API (https://github.com/nasa-pds/pds-api) for the PDS Registry.
https://nasa-pds.github.io/pds-api
Apache License 2.0
2 stars 5 forks source link

As an operator, I want to have a wrapper script for starting up the API service #14

Open tloubrieu-jpl opened 2 years ago

tloubrieu-jpl commented 2 years ago

@jordanpadams commented on Sun May 02 2021

Motivation

...so that I can have a better user experience when trying to run the tool.

Additional Details

This helps the Registry API Service fall in line with all our others tools, which use a command-line script to execute the java -jar command by finding the Java command, and executing the software. For example:

Acceptance Criteria

Given a pre-built registry-api-service application When I perform an execution of a command-line script registry-api-service Then I expect the registry-api-service JAR to be executed with the appropriate arguments given to the script via the command-line (as applicable)

Given a pre-built registry-api-service application When I perform an execution of a window command-line batch file registry-api-service.bat Then I expect the registry-api-service JAR to be executed with the appropriate arguments given to the script via the command-line (as applicable)

Engineering Details

tloubrieu-jpl commented 2 years ago

closed by mistake