mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +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 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
|
|
||||||
|
|
||||||
[](https://railway.app/new/template/umami)
|
|
||||||
|
|
||||||
See [Running on Railway](https://umami.is/docs/running-on-railway) to get started.
|
|
||||||
|
|
||||||
## Installing from source
|
## Installing from source
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
@ -48,8 +42,6 @@ postgresql://username:mypassword@localhost:5432/mydb
|
|||||||
mysql://username:mypassword@localhost:3306/mydb
|
mysql://username:mypassword@localhost:3306/mydb
|
||||||
```
|
```
|
||||||
|
|
||||||
This will also create a login account with username **admin** and password **umami**.
|
|
||||||
|
|
||||||
### Build the application
|
### Build the application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -62,6 +54,8 @@ yarn build
|
|||||||
yarn update-db
|
yarn update-db
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This will also create a login account with username **admin** and password **umami**.
|
||||||
|
|
||||||
### Start the application
|
### Start the application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user