Merge branch 'main' of github.com:onesandzeros-nz/boltcard into main

This commit is contained in:
Chloe Jung 2023-02-02 15:09:09 +13:00
commit f0200d521d

View file

@ -8,10 +8,9 @@
install](https://docs.docker.com/compose/install/) install](https://docs.docker.com/compose/install/)
### Set up the boltcard server ### Set up the boltcard server
- edit `.env` to set up the database connection - Run `chmod +x docker_init.sh`
- edit `settings.sql` to set up [bolt card system settings](SETTINGS.md) - Run `./docker_init.sh` to set up the initial data
- Put the `tls.cert` file and `admin.macaroon` files in the project root directory and in the settings.sql, set the paths to the files to `/boltcard/tls.cert` and `/boltcard/admin.macaroon` - Put the `tls.cert` file and `admin.macaroon` files in the project root directory
- edit `Caddyfile` to set the boltcard domain name
### https setup ### https setup