Running brighter Redact Enterprise
Start an instance of brighter Redact Enterprise.
Running brighter Redact services
All of the following information can be found in the README of the docker-compose repository here
Prerequisites
Log in to the brighter AI docker registry with your credentials:
docker login docker.brighter.ai
Make sure you have access to your redact license file. For this guide, we'll assume that it's stored within the same folder as the docker-compose.yaml file and named ./license.bal
Usage-based licenses
If you're using a usage-based license you must have an active internet connection at all times!
Starting brighter Redact Enterprise
-
(optional) Change the default configuration as described below
-
Start redact in default configuration by running:
./start_redact.sh
if you also want to start the graphical user interface add the-u
flag
./start_redact.sh -u
-
Start anonymizing using the ui ($HOSTIP:8080/ui), sra ($HOSTIP:8080/sra), or the flassger interface($HOSTIP:8787).
-
Redact can be shut down with the following script:
./stop_redact.sh
Updated about 1 month ago