1
1
# Squonk Data Manager UI
2
2
3
- ![ build] ( https://github.com/InformaticsMatters/mini-apps- data-tier -ui/workflows/build/badge.svg )
4
- ![ build latest] ( https://github.com/InformaticsMatters/mini-apps- data-tier -ui/workflows/build%20latest/badge.svg )
5
- ![ build tag] ( https://github.com/InformaticsMatters/mini-apps- data-tier -ui/workflows/build%20tag/badge.svg )
6
- ![ build stable] ( https://github.com/InformaticsMatters/mini-apps- data-tier -ui/workflows/build%20stable/badge.svg )
3
+ ![ build] ( https://github.com/InformaticsMatters/squonk- data-manager -ui/workflows/build/badge.svg )
4
+ ![ build latest] ( https://github.com/InformaticsMatters/squonk- data-manager -ui/workflows/build%20latest/badge.svg )
5
+ ![ build tag] ( https://github.com/InformaticsMatters/squonk- data-manager -ui/workflows/build%20tag/badge.svg )
6
+ ![ build stable] ( https://github.com/InformaticsMatters/squonk- data-manager -ui/workflows/build%20stable/badge.svg )
7
7
8
- [ ![ test] ( https://github.com/InformaticsMatters/mini-apps- data-tier -ui/actions/workflows/test.yaml/badge.svg )] ( https://github.com/InformaticsMatters/mini-apps- data-tier -ui/actions/workflows/test.yaml )
8
+ [ ![ test] ( https://github.com/InformaticsMatters/squonk- data-manager -ui/actions/workflows/test.yaml/badge.svg )] ( https://github.com/InformaticsMatters/squonk- data-manager -ui/actions/workflows/test.yaml )
9
9
10
- ![ GitHub tag (latest by date)] ( https://img.shields.io/github/v/tag/InformaticsMatters/mini-apps- data-tier -ui )
10
+ ![ GitHub tag (latest by date)] ( https://img.shields.io/github/v/tag/InformaticsMatters/squonk- data-manager -ui )
11
11
12
12
## Changes
13
13
@@ -63,7 +63,7 @@ build commands, which can be run from the project clone to produce an
63
63
$ docker build . \
64
64
--build-arg GIT_SHA=$(git rev-parse HEAD) \
65
65
--build-arg SKIP_CHECKS=1 \
66
- --tag informaticsmatters/mini-apps- data-tier -ui:latest
66
+ --tag informaticsmatters/squonk- data-manager -ui:latest
67
67
68
68
Deployment to Kubernetes is handled by our AWX-compliant [ Ansible playbook repo] .
69
69
@@ -80,12 +80,12 @@ Build the image using
80
80
--build-arg GIT_SHA=$(git rev-parse HEAD) \
81
81
--build-arg SKIP_CHECKS=1 \
82
82
--build-arg BASE_PATH="" \
83
- --tag informaticsmatters/mini-apps- data-tier -ui:latest
83
+ --tag informaticsmatters/squonk- data-manager -ui:latest
84
84
85
85
Which can then be started on ` http://localhost:8080/data-manager-ui ` with: -
86
86
87
87
$ docker run --rm --detach --publish 8080:3000 \
88
- informaticsmatters/mini-apps- data-tier -ui:latest
88
+ informaticsmatters/squonk- data-manager -ui:latest
89
89
90
90
In local development the ` .env.* ` can be loaded by copying it into the container and
91
91
committing it as a image.
@@ -121,6 +121,6 @@ This will do the following:
121
121
122
122
---
123
123
124
- [ ansible playbook repo ] : https://github.com/InformaticsMatters/mini-apps- data-tier -ui-ansible
124
+ [ ansible playbook repo ] : https://github.com/InformaticsMatters/squonk2- data-manager -ui-ansible
125
125
[ nginx ] : https://hub.docker.com/_/nginx
126
126
0 commit comments