mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Removed update-db step.
This commit is contained in:
parent
6147c3502a
commit
9c36dc485e
1 changed files with 1 additions and 7 deletions
|
|
@ -48,13 +48,7 @@ mysql://username:mypassword@localhost:3306/mydb
|
|||
yarn build
|
||||
```
|
||||
|
||||
### Create database tables
|
||||
|
||||
```bash
|
||||
yarn update-db
|
||||
```
|
||||
|
||||
This will also create a login account with username **admin** and password **umami**.
|
||||
The build step will also create tables in your database if you ae installing for the first time. It will also create a login account with username **admin** and password **umami**.
|
||||
|
||||
### Start the application
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue