NASA-PDS / doi-ui

The web interface for the PDS DOI Service providing the ability management PDS archive DOIs. See the DOI Service for more details on the available capabilities. https://nasa-pds.github.io/doi-service/
Apache License 2.0
0 stars 4 forks source link

As an administrator, I want to deploy the application in an apache server under a subdirectory/subpath #64

Closed tloubrieu-jpl closed 3 years ago

tloubrieu-jpl commented 3 years ago

Motivation

...so that I can deploy the application for example in /var/www/dois and access it from http://pds-gamma.jpl.nasa.gov/dois

Additional Details

Acceptance Criteria

Given an apache server When I perform cp -r build /dois Then I expect the application to work from url http://{localhost}/dois

Engineering Details