update readme instructions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-02 14:49:20 -04:00
parent 1fb3025d75
commit a8167754ba

View File

@ -18,8 +18,12 @@
## Quick start ## Quick start
- `abra app new liberaforms --secrets` - `abra app new liberaforms --secrets`
- `abra app config <domain-name>` - Set an admin email address `abra app config <domain-name>`
- `abra app deploy <domain-name>` - `abra app deploy <domain-name>`
- Create tables `abra app cmd <domain-name> forms setup_db` more info in [liberaforms docs](https://gitlab.com/liberaforms/liberaforms/-/blob/main/docs/docker.md?ref_type=heads#create-the-database) - Create tables `abra app cmd <domain-name> forms setup_db` more info in [liberaforms docs](https://gitlab.com/liberaforms/liberaforms/-/blob/main/docs/docker.md?ref_type=heads#create-the-database)
## Admin account setup
Once liberaforms is deployed, go to the login screen by clicking the text in the top right. Next, click "forgot password" now you can fill in the email you set as your admin email and you will be prompted to set a password.
For more, see [`docs.liberaforms.org`](https://docs.liberaforms.org/). For more, see [`docs.liberaforms.org`](https://docs.liberaforms.org/).