Skip to content

tbeg/eventkit-cloud

 
 

Repository files navigation

Eventkit-Cloud

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.

Getting Started

Eventkit-cloud requires Vagrant, which itself requires Virtualbox or Docker

Vagrant

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

Docker

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.7%
  • Shell 33.3%