taurenk / Java-Geocoder

Open Source Java Geocoding Service
2 stars 1 forks source link

Deploy Service #5

Open taurenk opened 9 years ago

taurenk commented 9 years ago

PinPoint will need to be deployed on a server...somewhere. I think we can have a really nice setup on an AWS EC2 instance.

Any recommendations and/or guidance here would be much appreciated!

stvnksslr commented 9 years ago

https://travis-ci.org

this is going to be step one, once we have a solid build we can push to just about any cloud service it wont really matter. EC2 is nice since it would scale with cost pretty well if its not running 24/7.

probably have it build out and run it inside a docker app, there is a small performance hit but the docker container would be pretty mobile you could run it locally to debug if you came accross an issue.