create a Gama_context directory holding the Dockefile for the gama server part of the demo
this docker will install the gama application (out of .deb version)
clone UD_ReAgent_ABM
and make sure to workdir in exactly the same absolute directory as the udviz-context (the gama model is refered by the UI with an absolute dirpath as opposed to being transmitted by WSL)
document the flip-book (local) vs server/streaming option of streaming = Boolean(true); option (possibly promoting it to the CLI argument) and document it's usage in GCCV/readme.md : this enables a lightweight (without Gama) animation demo with pre-computed states.
Optionnaly regroup udviz-context and Gama_context and the docker-compose thingies (.yaml , .env) in Docker folder.
Note: in the above we chose the all in one repository approach. This repository thus formally holds two containers.
UI_context
orudviz-context
directory by copying the context of UD_ReAgent_ABM-docker repository. Once done suppress UD_ReAgent_ABM-docker.deb
version)workdir
in exactly the same absolute directory as the udviz-context (the gama model is refered by the UI with an absolute dirpath as opposed to being transmitted by WSL)streaming = Boolean(true);
option (possibly promoting it to the CLI argument) and document it's usage inGCCV/readme.md
: this enables a lightweight (without Gama) animation demo with pre-computed states.Optionnaly regroup
udviz-context
andGama_context
and the docker-compose thingies (.yaml
,.env
) inDocker
folder.Note: in the above we chose the all in one repository approach. This repository thus formally holds two containers.