partial
This commit is contained in:
parent
1ac076319a
commit
5af1629cc5
9 changed files with 103 additions and 3 deletions
|
|
@ -50,10 +50,10 @@ edit `Caddyfile` to set the boltcard domain name
|
|||
### database creation
|
||||
edit `create_db.sql` to set the cardapp password
|
||||
`$ sudo -u postgres createuser -s ubuntu`
|
||||
`$ ./s_create_db`
|
||||
`$ script/s_create_db`
|
||||
|
||||
### boltcard service install
|
||||
`$ ./s_build`
|
||||
`$ script/s_build`
|
||||
`$ sudo systemctl enable boltcard`
|
||||
`$ sudo systemctl status boltcard`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue