Skip to content

Commit

Permalink
Add script for bundling necessary files for running the label server
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesstat committed Aug 5, 2017
1 parent 8c24419 commit c8d27b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bundle_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

go build
today=$(date +%G-%m-%d)
archivename="osm_label_server_${today}.tar.gz"
tar -czf $archivename osm_label_server lib/ start.sh bremen-latest.osm.pbf.ce default.json

0 comments on commit c8d27b4

Please sign in to comment.