]> git.openstreetmap.org Git - rails.git/commitdiff
Don't try to introduce top-level Makefile at this time
authorJamie Alessio <jamie@urbanfootprint.com>
Sat, 26 Oct 2019 19:13:09 +0000 (12:13 -0700)
committerMichal Migurski <migurski@fb.com>
Thu, 28 Jan 2021 20:03:58 +0000 (12:03 -0800)
Makefile [deleted file]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index d2939d4..0000000
--- a/Makefile
+++ /dev/null
@@ -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"