Don't try to introduce top-level Makefile at this time
This commit is contained in:
parent
544daa09eb
commit
b5bf4e375b
1 changed files with 0 additions and 22 deletions
22
Makefile
22
Makefile
|
@ -1,22 +0,0 @@
|
|||
docker-build:
|
||||
docker-compose build
|
||||
|
||||
docker-up:
|
||||
docker-compose up -d
|
||||
|
||||
docker-db-migrate:
|
||||
docker-compose run --rm web rake db:migrate
|
||||
|
||||
docker-test:
|
||||
docker-compose run --rm web rake test:db
|
||||
|
||||
docker-populate-db:
|
||||
wget https://download.geofabrik.de/north-america/us/district-of-columbia-latest.osm.pbf
|
||||
docker-compose run --rm web osmosis \
|
||||
-verbose \
|
||||
--read-pbf district-of-columbia-latest.osm.pbf \
|
||||
--write-apidb \
|
||||
host="db" \
|
||||
database="openstreetmap" \
|
||||
user="openstreetmap" \
|
||||
validateSchemaVersion="no"
|
Loading…
Add table
Reference in a new issue