Warning

This version of the documentation is NOT an official release. You are reading the documentation version which is in active and ongoing development.

Deploy NEST Desktop with NRP

Neuro Robotics Plattform

The Insite system can be served as a backend for NEST Desktop. It allows to visualize activity of the live simulation.


How to setup NEST Desktop and NRP

First, download the configuration file of Docker Compose from GitHub:

wget https://raw.githubusercontent.com/nest-desktop/nest-desktop-docker/main/examples/nrp/docker-compose.yml

Then start all services (nest-desktop, insite-nest-module, insite-access-module, nrp-backend and nrp-frontend):

docker-compose up

It takes a few minutes to pull all five docker images and start all containers.

See also