https://github.com/durrezahmed/vprofile-project-devops
This is devops project for vprofile app with jenkins, ansible and many other technologies.
https://github.com/durrezahmed/vprofile-project-devops
ansible devops jenkins
Last synced: about 1 month ago
JSON representation
This is devops project for vprofile app with jenkins, ansible and many other technologies.
- Host: GitHub
- URL: https://github.com/durrezahmed/vprofile-project-devops
- Owner: durrezahmed
- Created: 2022-09-16T16:38:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T17:05:02.000Z (almost 4 years ago)
- Last Synced: 2025-06-23T09:06:30.868Z (12 months ago)
- Topics: ansible, devops, jenkins
- Language: Java
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps Project - Vprofile App
This is devops project for vprofile app with jenkins, ansible and many other technologies.
## Prerequisites
- JDK 1.8 or later
- 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 -p accounts < accountsdb.sql