mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
16 lines
416 B
Markdown
16 lines
416 B
Markdown
# Docker install method
|
|
|
|
**You will need Docker for this**
|
|
Download Docker at [Dockers official website](https://docs.docker.com/get-docker/ "Dockers official website")
|
|
|
|
First clone the repo
|
|
`git clone https://github.com/mikecao/umami.git`
|
|
|
|
cd into the directory
|
|
`cd umami`
|
|
|
|
To build the umami container and start up a Postgres database, run:
|
|
`docker-compose up`
|
|
|
|
Then navigate to `localhost:5432` in your browser!
|
|
|