update readme

This commit is contained in:
brooke 2025-02-10 02:28:45 -05:00
parent 715921e935
commit 362967ab51

View File

@ -23,7 +23,7 @@
* `abra app config <app-domain>` (choose database type now, migration is possible but annoying)
* `abra app deploy <app-domain>`
Note: This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores. Please be patient and check the logs, if it's something related to postgres not being launched yet then just wait, gts will restart itself until the database is available.
Note: This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores. Please be patient and check the logs, if it's something related to postgres not being available yet then just wait, GtS will restart until the database is available.
## [Database](https://docs.gotosocial.org/en/latest/configuration/database/)
@ -44,6 +44,7 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"
## [Add your first account](https://docs.gotosocial.org/en/latest/getting_started/user_creation/)
Create the account
>Note: Redeploying the app is required after creating new accounts using the cli, this is expected to change in future updates of GtS
```
abra app run <app-domain> app ./gotosocial admin account create --username <user-name> --email <user-email> --password '<a-secure-password>'
```