Merge branch 'master' into feature/add-docker

This commit is contained in:
Mike Cao
2020-08-20 22:58:04 -07:00
committed by GitHub
26 changed files with 148 additions and 93 deletions

View File

@@ -1,7 +1,18 @@
# umami
Umami is a simple, fast, website analytics alternative to Google Analytics.
## Getting started
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
## Installation from source
### Requirements
- A server with Node.js 10.13 or newer
- A database (MySQL or Postgresql)
### Get the source code
```
@@ -37,6 +48,8 @@ For Postgresql:
psql -h hostname -U username -d databasename -f sql/schema.postgresql.sql
```
This will also create a login account with username **admin** and password **umami**.
### Configure umami
Create an `.env` file with the following