- Clone or download this repostory to your local machine.
- (optional) Edit the webserver port in
.env
. - (optional, default: SYS) Change IRIS password in
./src-iris/irispw.txt
. - Add your OpenAI key to
./src-iris/openaikey.secret
- Build the container images:
docker-compose build
. - Create and run containers:
docker-compose up -d
- Open IRIS managementportal: http://localhost:8080/csp/sys/UtilHome.csp
- Open Streamlit: http://localhost:8051/
Additonal commands
- Stop Demo:
docker-compose stop
- Start Demo:
docker-compose start
- Delete all docker resources of the demo:
docker-compose down