doc fix
This commit is contained in:
parent
7ed8d8defe
commit
bc0aca8d56
@ -125,10 +125,16 @@ export PGHOST=localhost
|
|||||||
export PGDATABASE=<colouringlondondb>
|
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).
|
Extract the new MasterMap data (this step could take a while).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/colouring-london
|
|
||||||
sudo ./extract_mastermap.sh /path/to/mastermap_dir
|
sudo ./extract_mastermap.sh /path/to/mastermap_dir
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user