Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.22 KB

twofishes-vagrant

Requirements

Getting Started

git clone git@github.com:torbjokv/twofishes-vagrant.git && cd twofishes-vagrant && vagrant up

This takes time. Grab a coffee - or two!

Enter http://localhost:8882/ in your browser

To do a reverse location query, do something like 
http://localhost:8881/?ll=63.4350351,10.4096522&responseIncludes=PARENTS&maxInterpretations=1&lang=no

To deploy in digital ocean

  • Modify provisioning/groups_vars/all twofishesservers_targets to your server name
  • Export your digital ocean api credentials (api version 1) to the console, or add them to your bash profile.
  • Run: ansible-playbook provisioning/digitalocean.yml
  • Enter http://[your server]:8082/ in your browser

Thanks to

License

This project is released under the MIT license (see the LICENSE file).