msp-db-installer

A database installer for https://github.com/Abhijith-Nagaraja/monitor-stock-price/

###Prerequisites

  1. Java version 1.8
  2. Maven (Easy step by step guide: http://www.tutorialspoint.com/maven/maven_environment_setup.htm)
  3. Tomcat or any other server capabale of host java web project
  4. Git
  5. MySql Server

###Steps

  1. Clone the project

    git clone https://github.com/Abhijith-Nagaraja/msp-db-installer.git Setp 1

  2. Go inside the clone directory and execute maven install

    mvn clean install

    ![Step 2](./images/step2.jpg) ![Step 2a](./images/step2a.jpg)

  3. Copy the war folder from projects target directory into your Tomcat server webapp directory and rename if required

    ![Step 3a](./images/step3a.jpg) ![Step 3b](./images/step3b.jpg) ![Step 3c](./images/step3c.jpg)

  4. Start the Tomcat server
    Step 4

  5. Open the browser, go to "[your server address with port]://[war-name]/" Step 5

  6. Enter all the input fields and click on execute Step 6