Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.11 KB

☕🚀 Zamudio Fabian: Remax Listings Service

⚡ Installation guide

💡 Introduction

This is a repository intended to serve as an example for deploy a springboot application into AWS with Docker.

🧱 Requirements

  • Install npm & node: More info [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
  • Install npx: More info [here](https://www.npmjs.com/package/npx)
  • Install Java 11: More info [here](https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html)
  • Set it as your default JVM: export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home'

🏁 How To Start

  1. Set your env (More info in application.properties)
  2. make run

☝️ How to update dependencies

  • Gradle (releases): `./gradlew wrapper --gradle-version=WANTED_VERSION --distribution-type=bin