Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 507 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 507 Bytes

to install gama headless mode

first go to the gama folder :

  cd ./gama

build your docker image

  docker build -t gama-headless .

launch the headless server

  docker run -p 6868:6868 gama-headless sh ./gama-headless.sh -socket 6868

install the web user interface

  cd ./lotka-volterra

install all the dependencies

  npm install

launch the web application (the headless server have to be launched first)

  npm run dev