umami/Docker Install.md

17 lines
416 B
Markdown
Raw Normal View History

2021-10-23 19:46:16 +02:00
# 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`
2021-10-23 19:48:58 +02:00
To build the umami container and start up a Postgres database, run:
2021-10-23 19:46:16 +02:00
`docker-compose up`
Then navigate to `localhost:5432` in your browser!