0.2.4 • Published 1 year ago

scholars-embed v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

scholars-embed

Docker Deployment

  1. Build the image
  docker build -t scholars/embed .
  1. Deploy the container
  docker run -d -p 4201:4201 \
  -e HOST=localhost \
  -e PORT=4201 \
  -e BASE_HREF=/ \
  -e SERVICE_URL="http://localhost:9000" \
  -e UI_URL="http://localhost:4200" \
  -e VIVO_URL="http://scholars.library.tamu.edu/vivo"
  scholars/embed

Above environment variables passed into the container are defaults. URLs must be enclosed in double quotes. BASE_HREF must start and end with a forward slash.

0.2.1

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.4

1 year ago

0.2.0

3 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago