Skip to content

Project5. Fork of original profile-project on devopshydclub.This local docker dev project is a nginix, mysql, rabbitmq, memcached, and tomcat multi-tier deployment. Development tested on Virtual box ubuntu docker engine VM.Src code built on VM with maven and .war file placed in tomcat server.Docker compose used to build and test deploy containers.

Notifications You must be signed in to change notification settings

dmastrop/vprofile-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • JDK 11
  • Maven 3 or later
  • MySQL 5.6 or later

Technologies

  • Spring MVC
  • Spring Security
  • Spring Data JPA
  • Maven
  • JSP
  • MySQL

Database

Here,we used Mysql DB MSQL DB Installation Steps for Linux ubuntu 14.04:

  • $ sudo apt-get update
  • $ sudo apt-get install mysql-server

Then look for the file :

  • /src/main/resources/accountsdb
  • accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server
  • mysql -u <user_name> -p accounts < accountsdb.sql

About

Project5. Fork of original profile-project on devopshydclub.This local docker dev project is a nginix, mysql, rabbitmq, memcached, and tomcat multi-tier deployment. Development tested on Virtual box ubuntu docker engine VM.Src code built on VM with maven and .war file placed in tomcat server.Docker compose used to build and test deploy containers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.4%
  • CSS 17.7%
  • Other 1.9%