Fixes to update script
This commit is contained in:
parent
d214b95a87
commit
f448eff73d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# Full database update. DOwnload latest from planet.osm.org, build update script, setup and seed it
|
# Full database update. Downloads the latest from planet.osm.org, build update script, setup and seed it
|
||||||
|
# Meant to be run with 'nohup'
|
||||||
nvm use
|
nvm use
|
||||||
npm run init # contains a 'npm run generate, which builds the layers'
|
npm run init # contains a 'npm run generate, which builds the layers'
|
||||||
npm run generate:buildDbScript
|
npm run generate:buildDbScript
|
||||||
|
|
Loading…
Reference in a new issue