From 5b5bcff8559981f28383b17c6bb2a12806a57c06 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 7 Feb 2022 10:30:36 +0000 Subject: [PATCH] add TILECACHE_PATH --- docs/setup-dev-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 2f4cf9ab..117daa89 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -221,7 +221,7 @@ Now we are ready to run the application. The `APP_COOKIE_SECRET` is arbitrary. First `cd ./colouring-london/app`, then: -`PGPASSWORD= PGDATABASE= PGUSER= PGHOST=localhost PGPORT=5432 APP_COOKIE_SECRET=123456 npm start` +`PGPASSWORD= PGDATABASE= PGUSER= PGHOST=localhost PGPORT=5432 APP_COOKIE_SECRET=123456 TILECACHE_PATH=/path/to/tilecache/directory npm start` If you a running Ubuntu in a virtual environment you will need to configure networking to forward ports from the guest to the host. For Virtual Box the following was configured under