Eventkit-cloud is based on the HOT OSM Export Tool 2. It allows the user to select data from different sources to export into a variety of formats.
Eventkit-cloud requires Vagrant, which itself requires Virtualbox or Docker
After installing the dependencies open an elevated shell/command prompt and enter:
git clone http://github.com/terranodo/eventkit-cloud.git cd eventkit-cloud vagrant plugin install vagrant-hostsupdater vagrant up
After the virtual machine finishes provisioning, open a browser and navigate to http://cloud.eventkit.dev
Note: the RabbitMQ configuration provided here is the Official Docker version and is Copyright (c) 2014-2015 Docker, Inc.
After installing docker open an elevated shell/command prompt and enter:
git clone http://github.com/terranodo/eventkit-cloud.git cd eventkit-cloud wget https://partner-images.canonical.com/core/xenial/current/ubuntu-xenial-core-cloudimg-amd64-root.tar.gz docker-compose up
In a different elevated shell/command prompt add the cloud.eventkit.dev to the hosts file:
On linux:
echo "127.0.0.1 cloud.eventkit.dev" > /etc/hosts
On windows:
echo "127.0.0.1 cloud.eventkit.dev" > "C:\Windows\System32\drivers\etc\hosts"
Then open a browser and navigate to http://cloud.eventkit.dev