The project is a single page web application for a demonstration of OpenShift online.
JDK 1.8+, Maven 3.2+ , OpenShift Account, Github or Gitlab account, Google Account
-
Update resume\src\main\webapp\WEB-INF\views\index.jsp file with your personal data
-
Update resume\src\main\webapp\assets\profile_images with your image
-
Update resume\src\main\webapp\assets\icon as your icon
-
Update cv and cover letter template under resume\src\main\resources\cv
- go-to
com.jowl.controller.FileDownloadController.java
class and update with your cover letter and cv name's
private static final String DOC_FILE = "cv/yourcv.docx"; private static final String PDF_FILE = "cv/yourcv.pdf"; private static final String COVER_FILE = "cv/yourcover.pdf"; ```
- go-to
-
Login your google accout and get google maps key
- https://developers.google.com/maps/documentation/javascript/get-api-key
- go-to
resume\src\main\webapp\WEB-INF\views\index.jsp
update map url and API_KEY
<div class="col-md-7 col-xs-12 embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" frameborder="0" style="border:0; max-height: 380px; min-height: 250px!important;" src="YourMapURL&key=YOUR API KEY" allowfullscreen></iframe> </div>
-
Push project source code to github or gitlab
-
Login your OpenShift account
- Create Project
- Goto Catalog
- Select WildFly
- Select latest Version
- Type application Name
- Type the Git Repository
https://templates.office.com/en-us/Resumes-and-Cover-Letters