Fix some paths in README
This commit is contained in:
parent
a341f81932
commit
53cf5ffc45
1 changed files with 8 additions and 1 deletions
|
@ -55,6 +55,13 @@ To bring up an additional museum node:
|
|||
sudo tee /root/museum/credentials/fcm-service-account.json
|
||||
sudo tee /root/museum/credentials.yaml
|
||||
|
||||
* Add billing data
|
||||
|
||||
scp /path/to/billing/*.json <instance>:
|
||||
|
||||
sudo mkdir -p /root/museum/data/billing
|
||||
sudo mv *.json /root/museum/data/billing/
|
||||
|
||||
* If not running behind Nginx, add the TLS credentials (otherwise add the to
|
||||
Nginx)
|
||||
|
||||
|
@ -79,7 +86,7 @@ To bring up an additional museum node:
|
|||
|
||||
scp scripts/deploy/museum.nginx.conf <instance>:
|
||||
|
||||
sudo mv museum.nginx.conf /etc/systemd/system
|
||||
sudo mv museum.nginx.conf /root/nginx/conf.d
|
||||
sudo systemctl restart nginx
|
||||
|
||||
## Starting
|
||||
|
|
Loading…
Add table
Reference in a new issue