add TILECACHE_PATH

This commit is contained in:
Ed Chalstrey 2022-02-07 10:30:36 +00:00
parent b558b3042b
commit 5b5bcff855

View File

@ -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=<pgpassword> PGDATABASE=<colouringlondondb> PGUSER=<username> PGHOST=localhost PGPORT=5432 APP_COOKIE_SECRET=123456 npm start`
`PGPASSWORD=<pgpassword> PGDATABASE=<colouringlondondb> PGUSER=<username> 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