https://github.com/amandasaurus/local-townlands
Development environment for a local install of townlands.ie
https://github.com/amandasaurus/local-townlands
Last synced: 4 months ago
JSON representation
Development environment for a local install of townlands.ie
- Host: GitHub
- URL: https://github.com/amandasaurus/local-townlands
- Owner: amandasaurus
- License: gpl-3.0
- Created: 2015-03-08T13:45:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T18:30:59.000Z (over 10 years ago)
- Last Synced: 2024-12-27T00:24:29.973Z (6 months ago)
- Language: Python
- Size: 398 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Developement environment for osm-irish-townlands. This will create something that's similar to www.townlands.ie
# Installation
* Install [vagrant](https://www.vagrantup.com/downloads.html).
* Clone this repository
* Run `vagrant up --provision`. After it's done, you'll have an empty townlands.ie site on http://localhost:18000/# Updating data
Run `vagrant ssh -c '/vagrant/provision/update_townland_data.sh'`. It will take ~30 -> 60 minutes to finish. It will download the latest Ireland extract from plant.openstreetmap.ie. You can do this as often as you want, but you don't need to do it more than one. It's totally possible to keep working with old data for months.
# Get hacking!
Edit the code in ./osm-irish-townlands. Changes will appear after a few seconds on your web browser.