mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Create Docker Install.md
This commit is contained in:
parent
2575cbfc11
commit
42df0cfbc8
1 changed files with 16 additions and 0 deletions
16
Docker Install.md
Normal file
16
Docker Install.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
||||
|
||||
Start a Docker container
|
||||
`docker-compose up`
|
||||
|
||||
Then navigate to `localhost:5432` in your browser!
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue