mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-24 01:03:39 +01:00
Fixed README. Remove Railway mention.
This commit is contained in:
parent
4246d4fa50
commit
a37dd6180b
10
README.md
10
README.md
@ -6,12 +6,6 @@ Umami is a simple, fast, privacy-focused alternative to Google Analytics.
|
||||
|
||||
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
|
||||
|
||||
A fast way to get up and running is to use Railway
|
||||
|
||||
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/umami)
|
||||
|
||||
See [Running on Railway](https://umami.is/docs/running-on-railway) to get started.
|
||||
|
||||
## Installing from source
|
||||
|
||||
### Requirements
|
||||
@ -48,8 +42,6 @@ postgresql://username:mypassword@localhost:5432/mydb
|
||||
mysql://username:mypassword@localhost:3306/mydb
|
||||
```
|
||||
|
||||
This will also create a login account with username **admin** and password **umami**.
|
||||
|
||||
### Build the application
|
||||
|
||||
```bash
|
||||
@ -62,6 +54,8 @@ yarn build
|
||||
yarn update-db
|
||||
```
|
||||
|
||||
This will also create a login account with username **admin** and password **umami**.
|
||||
|
||||
### Start the application
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user