Skip to content

Commit

Permalink
update documentation again again
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Jan 27, 2025
1 parent ed3f5e7 commit 7006ede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/dev/production/api-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ Set a secure password for the `postgres` user:

Run the commands in [quizfreely/config/db/quizfreely-db-setup.sql](../../../config/db/quizfreely-db-setup.sql) to setup all the users, schemas, tables, & functions. You can just copy and paste all the commands from the file into the database shell.

We used sparse-checkout to clone the repository, so you will NOT find `config/` on your/our cloned copy. Only `api/` (and/or `web/`) will exist on your/our cloned copy. You can get `quizfreely-db-setup.sql` from Quizfreely's Codeberg/GitHub.

After you run those commands, there will be a user named `quizfreely_api`. We need to set its password:
```sh
\password quizfreely_api
Expand Down

0 comments on commit 7006ede

Please sign in to comment.