Home > docs > getting started > install > Installation using Docker Compose
The Docker Compose template can be used to quickly spin up a local Concord environment.
$ git clone https://github.com/walmartlabs/concord.git
$ cd concord/docker-images/compose/
$ docker-compose up
Check the server container’s log for the autogenerated admin token:
concord-server_1 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
concord-server_1 |
concord-server_1 | Admin API token created: **********
concord-server_1 |
concord-server_1 | (don't forget to remove it in production)
concord-server_1 |
concord-server_1 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Use http://localhost:8001/#/login?useApiKey=true to login with the API token.