Update INSTALL.md

add a step to enable the boltcard service
This commit is contained in:
Peter Rounce 2022-08-16 15:56:44 +01:00 committed by GitHub
parent 92568b4c12
commit 0b4b312ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,8 @@ edit `create_db.sql` to set the cardapp password
### boltcard service install ### boltcard service install
`$ sudo cp boltcard.service /etc/systemd/system/boltcard.service` `$ sudo cp boltcard.service /etc/systemd/system/boltcard.service`
`$ ./s_build` `$ ./s_build`
`$ systemctl status boltcard` `$ sudo systemctl enable boltcard`
`$ sudo systemctl status boltcard`
### https setup ### https setup
set up the domain A record to point to the server set up the domain A record to point to the server