Skip to the content.

Dispatch by Netflix

Installation

PoC

Installing Dispatch from Docker

See installation instructions

git clone https://github.com/Netflix/dispatch-docker.git
# copy .env.example file to a new .env file and set proper secrets
sudo ./install.sh
# Load example data? yes
sudo docker-compose up -d
# http://localhost:8000/default/auth/register
# corneliu@p1.cl
sudo docker exec -it dispatch_web_1 bash -c 'dispatch user update --role Owner --organization default corneliu@p1.cl'
# User successfully updated.

Resources