Skip to content

Commit

Permalink
provide initial database (fix softwerkskammer#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Oct 6, 2024
1 parent b9de668 commit ba169b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 184 deletions.
3 changes: 1 addition & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ is to use a mail server you have access to. The configuration should look like t
### Running the server - Database Initialization

- Open a shell in _REPO_
- If your installation is fresh, run the db initialization script:
- In any case, run `node softwerkskammer/initialDBSetup`
- If your installation is fresh, or you want to reset your database, simply copy the file `database.db` from `dev-goodies`to `db`.
- If your installation is fresh or you changed anything:
- Run `yarn deploy` (this creates the CSS files and other static contents and performs eslint checking)

Expand Down
Binary file added dev-goodies/database.db
Binary file not shown.
182 changes: 0 additions & 182 deletions softwerkskammer/initialDBSetup.js

This file was deleted.

0 comments on commit ba169b5

Please sign in to comment.