Skip to content

Files

Latest commit

 

History

History
17 lines (12 loc) · 425 Bytes

running.md

File metadata and controls

17 lines (12 loc) · 425 Bytes

Running kanka

You can start kanka with docker. The only prerequisite is docker.
Copy the docker env file and update it according to your specific needs:

cp .docker/env .env
chmod -R a+w public

Start the containers with the following command:

docker-compose up --build

Open the url http://localhost:8001 (8001 is the port by environment variable DOCKER_WEB_PORT).