.Stat Suite documentation
Mono-tenant update of DE and DLM services from gitlab pipeline artifacts
Table of Content
pre-requisites
1. config service
- download artifact archives and package.json file from gitlab:
- restart the service:
- (in git bash) run
PORT=5007 npm run dist:run
2. search service
- download artifact archives and package.json file from gitlab:
- restart the service:
- (in git bash) run
PORT=3007 CONFIG_URL=http://localhost:5007 DEFAULT_TENANT=default MONGODB_URL=mongodb://mongo:27017 MONGODB_DATABASE=sfs SOLR_HOST=localhost npm run dist:run
3. share service
- download artifact archives and package.json file from gitlab:
- restart the service:
- (in git bash) run
PORT=3006 CONFIG_URL=http://localhost:5007 REDIS_HOST=localhost SITE_URL=http://localhost:3006 npm run dist:run
4. data explorer app
- download artifact archives and package.json file from gitlab:
- restart the service:
- (in git bash) run
SERVER_PORT=3009 CONFIG_URL=http://localhost:5007 AUTH_SERVER_URL=http://localhost:8080 npm run start:run
5. data viewer app
- download artifact archives and package.json file from gitlab:
- restart the service:
- (in git bash) run
SERVER_PORT=3005 CONFIG_URL=http://localhost:5007 npm run start:run
6. data-lifecycle-manager app
- download artifact archives and package.json files from gitlab:
- restart the service:
- (in git bash) run
SERVER_PORT=7000 CONFIG_URL=http://localhost:5007 AUTH_SERVER_URL=http://localhost:8080 npm run start:run