Skip to content

Commit

Permalink
Include snippet to execute setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Aug 30, 2021
1 parent d170108 commit b5738e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ I suggest using a 64GB machine with a ram disk. The ramdisk provides tolerable I

`setup.sh` contains a script which performs much of the set up for you. It expects to be run in an empty, ephemeral VM, so if you're running on a machine you care about, please read the script carefully before executing.

```shell
curl https://raw.githubusercontent.com/whosonfirst/wof-sync-os-postcodes/master/setup.sh -o setup.sh
chmod +x setup.sh
./setup.sh
```

After executing, copy the ONS directory CSV into `/mnt/wof`. To bring up the PIP server, open tmux or your favourite screen-like app, and in one window execute:

```shell
Expand Down

0 comments on commit b5738e9

Please sign in to comment.