Setup - sherzodmuratov/contacts GitHub Wiki

Development environment

DB

Maven - automation tool

Download http://maven.apache.org/download.cgi -- and follow instructions in README file

IDE and project layout

Use your favorite IDE like Eclipse, Intellij. Import as Maven project.

Aplication server

Use default Jetty plugin with Maven. Use "mvn jetty:run" command on /code folder to run jetty.

Production environment

We use AWS EC2 to deploy our app at http://54.186.150.153:8080 Tomcat and MySQL are installed. Deploy the app by copying war package to application server. Create and maintain DB using sql patches.

Access to EC2 linux machine

GUI access to DB