rexumee

Rexumee

License: Apache-2.0 Build Status

A simple one page website for professional resume.

Rexumee is using a minimalize Spring Boot stack with embedded web server, and a YAML file for the resume content. Just download (clone) the source code, build and test from local environment or build the Docker container for production deployment.

Tech Stack and Library

Edit Resume Content

To edit resume content with your preferences, open the file: src/main/resources/application.yml , then edit under the resume sections. All the content structure are using YAML markup language convention. Check the customable fields from example or from the online demo.

Build and Running the Application within Localhost

Build

mvnw clean package

Running Application

mvnw spring-boot:run

Application will run on port 8080, access the URL http://localhost:8080 from web browser.

Running Application (alternative)

There is alternative for run the application. After build, go to target folder, make sure there is rexumee.jar file. Then, from that folder run:

java -jar rexumee.jar

Docker Deployment

Make sure you have installed Docker & Docker Compose prior to deployment, if not:

  • Find out the documentation about Docker Installation at here.
  • How to install Docker-Compose here.

From the project root folder, run:

docker-compose up -d

Check whether the deployment run properly:

docker ps

And you can access the webpage from port 80.

Online Demo

For online demo and preview, please visit here.

Copyright and License

Copyright 2018 Maikel Chandika (mkdika@gmail.com). Code released under the Apache License, Version 2.0. See LICENSE file.

Visit original content creator repository https://github.com/mkdika/rexumee

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *