diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-01 12:13:21 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-01 12:18:37 +0100 |
commit | 2de95db4a924d36b89429f23bd4803d7e83341f3 (patch) | |
tree | 5667c4dd96721020265594ab9ba4fb5562e64b20 /runtime/pom.xml | |
parent | f35587328e1bd99882ed8a4df85d01660d54c007 (diff) |
Remove old clamp frontend files
Delete unused dockerfile, config files, and certs for old clamp frontend
Update README to remove references to old clamp frontend
Issue-ID: POLICY-3358
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I33fa066c921526cdbb210fc576e2de04cb53dc75
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index fd097f0ac..77559a21f 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -59,7 +59,7 @@ To start POLICY-CLAMP (Build it before. In order to start frontend, is also required policy/gui repo built): - Use docker-compose file in ./extra/docker/clamp/docker-compose.yml - - Use the script located in ./extra/bin/start-backend.sh + start-frontend.sh + - Use the scripts located in ./extra/bin-for-dev/: start-db.sh + start-backend.sh - Use your IDE to use the Jar or start NVM </description> @@ -899,4 +899,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |