diff --git a/README.md b/README.md index 4d9a0a9..228760b 100644 --- a/README.md +++ b/README.md @@ -55,27 +55,27 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin ### Create update + start/restart script ```shell -sudo cat > /home/staging_start.sh < /home/prod_start.sh < /etc/nginx/sites-available/staging.openserum.io < /etc/nginx/sites-available/openserum.io < /var/www/staging.openserum.io/index.html +sudo mkdir /var/www/openserum.io/ +sudo echo "" > /var/www/openserum.io/index.html sudo systemctl reload nginx ``` @@ -106,9 +106,9 @@ sudo ufw enable ### Pull latest + Start Openserum server ```shell # Initiate startup, App will be at: http://IP_ADDRESS/ (or http://IP_ADDRESS:8080/ (if no nginx)) -./home/staging_start.sh +./home/prod_start.sh # Follow logs (optional) -sudo docker logs -f staging +sudo docker logs -f production ``` ## Contributing