Fix some paths in README

This commit is contained in:
Manav Rathi 2024-03-18 14:35:42 +05:30
parent a341f81932
commit 53cf5ffc45
No known key found for this signature in database

View file

@ -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