From 665a54d8ea2a2bc4436d74eca6577f70a8c7b0d3 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 21 Feb 2022 15:36:46 +0000 Subject: [PATCH] tilde --- docs/setup-dev-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 5e9bbb00..ae42b945 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -329,7 +329,7 @@ Now we are ready to run the application. The `APP_COOKIE_SECRET` is arbitrary. First enter the app directory. ```bash -cd ./colouring-london/app +cd ~/colouring-london/app ``` Then create a folder for the tilecache. @@ -341,7 +341,7 @@ mkdir tilecache Finally, run the application. ```bash -PGPASSWORD= PGDATABASE= PGUSER= PGHOST=localhost PGPORT=5432 APP_COOKIE_SECRET=123456 TILECACHE_PATH=./colouring-london/app/tilecache npm start +PGPASSWORD= PGDATABASE= PGUSER= PGHOST=localhost PGPORT=5432 APP_COOKIE_SECRET=123456 TILECACHE_PATH=~/colouring-london/app/tilecache npm start ``` The site can then be viewed on http://localhost:8080. The `app_dev` mapping is used in