This commit is contained in:
Ed Chalstrey 2022-04-04 11:53:04 +01:00
parent 7ed8d8defe
commit bc0aca8d56

View File

@ -125,10 +125,16 @@ export PGHOST=localhost
export PGDATABASE=<colouringlondondb>
```
Move into the `etl` directory and set execute permission on all scripts.
```bash
cd ~/colouring-london/etl
chmod +x *.sh
```
Extract the new MasterMap data (this step could take a while).
```bash
cd ~/colouring-london
sudo ./extract_mastermap.sh /path/to/mastermap_dir
```