Update INSTALL.md

This commit is contained in:
Peter Rounce 2022-08-09 19:01:46 +01:00 committed by GitHub
parent 5f69135c54
commit 54dbfcb7a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@ edit `Caddyfile` to set the boltcard domain name
edit `add_card_data.sql` to set up the individual bolt card records edit `add_card_data.sql` to set up the individual bolt card records
### database creation ### database creation
edit `create_db.sql` to set the cardapp password
`$ sudo -u postgres -i`
`$ ./s_create_db` `$ ./s_create_db`
### boltcard service install ### boltcard service install