From 6fbe9f04e99d5edc2e938b24b1fccb2ba39986e7 Mon Sep 17 00:00:00 2001 From: bek Date: Fri, 25 Oct 2024 17:35:29 -0500 Subject: [PATCH] chore: fix typos in self_hosting.md (#34) Great catches, thank you! --- docs/self_hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self_hosting.md b/docs/self_hosting.md index 461d940..10e5a80 100644 --- a/docs/self_hosting.md +++ b/docs/self_hosting.md @@ -62,7 +62,7 @@ On macOS you can do `brew install python` #### 4. Prepare the Python environment -You run the deploy script locally, and it deploys to a remove server over SSH. You can use a virtualenv if you are used to working with them, but it's not necessary. +You run the deploy script locally, and it deploys to a remote server over SSH. You can use a virtualenv if you are used to working with them, but it's not necessary. ``` cd openfreemap @@ -98,7 +98,7 @@ server: nginx x-ofm-debug: latest JSON monaco ``` -#### 6. Deploy and check with `SKIP_PLANET=true` +#### 6. Deploy and check with `SKIP_PLANET=false` Update your `.env` file and re-run the same `./init-server.py http-host-static HOSTNAME` as before.