...
Code Block |
---|
Thank you for deciding to use the West Coast Informatics Terminology Server! To get started, take a look at our product wiki page: https://wci-wiki.atlassian.net/wiki/spaces/TSV2 For your deployment, you will need the following four pieces of information: 1. Docker Image = wcinformatics/wci-terminology-service:1.1.24.RELEASE 2. Postgres Dump File = https://wci-us-west-2.s3-us-west-2.amazonaws.com/term-server-v2/data/wci-terminology-db-TEST-2020.dump 3. Lucene Indexes File = https://wci-us-west-2.s3-us-west-2.amazonaws.com/term-server-v2/data/wci-terminology-indexes-TEST-2020.zip 4. Admin Key = aa0485d2-050a-4e8e-99f6-0586a4266765 NOTE: on launching the server for the first time, the default admin password is "admin" (can be changed on first login, see: https://wci-wiki.atlassian.net/wiki/spaces/TSV2/pages/118718489/First+Login) |
...
Code Block |
---|
dockerImage=wcinformatics/wci-terminology-service:1.1.24.RELEASE dumpUrl=https://wci-us-west-2.s3-us-west-2.amazonaws.com/term-server-v2/data/wci-terminology-db-TEST-2020.dump indexUrl=https://wci-us-west-2.s3-us-west-2.amazonaws.com/term-server-v2/data/wci-terminology-indexes-TEST-2020.zip PGDATABASE=terminologydb PGHOST=localhost PGPORT=5432 PGUSER=postgres PGPASSWORD=pgP@ssw0rd |
...