rayfarias56 / minrva-estimote-server

The server for the Minrva: Wayfinder app
0 stars 1 forks source link

Create a Staging Env #11

Closed rayfarias56 closed 8 years ago

rayfarias56 commented 8 years ago

Host test server code on some preferably free, low maintenance platform so that the app can consistently begin testing interactions. Possible options: heroku, google app engine, or some other PaaS (platform as a service) with a free option. Also look into cPanel if need be.

Tech to look for support: Java, tomcat, jaxb, jdbc, jersey. Though we may just export as a War.

rayfarias56 commented 8 years ago

http://luckypants.weebly.com/set-up-a-simple-web-app-and-deploy-on-heroku.html

Possible simple solution using a maven plugin. Worth a shot.