diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index bbe1ef06..a5d717c4 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -180,8 +180,12 @@ password `` is arbitrary and probably should not be your Ubuntu logi sudo -u postgres psql -c "SELECT 1 FROM pg_user WHERE usename = '';" | grep -q 1 || sudo -u postgres psql -c "CREATE ROLE SUPERUSER LOGIN PASSWORD '';" ``` -_TODO: temp instruction, find a better place to move this:_ -> If you are creating from a CL db, run the above with `` as "cldbadmin" and use that from now on, but also run the above a second time with `` as "clwebapp". +
+Note for "Colouring London" devs

+ +If you intend to load the full CL database from a dump file into your dev environment, run the above `psql` command with `` as "cldbadmin" and use that username in subsequent steps, but also run the above a second time with `` as "clwebapp" (see section [:house: Loading the building data](#house-loading-the-building-data) for more details). + +

Set environment variables, which will simplify running subsequent `psql` commands.