Update INSTALL.md
add a step to enable the boltcard service
This commit is contained in:
parent
92568b4c12
commit
0b4b312ce1
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue