Spring Initialization Script
Get Organized
What needs to happen for the Spring project to be deployed?
VirtualBox
- VirtualBox Image created
- VirtualBox First time setup completed
Machine State
git
must be installed- web server must be installed
Project Artifacts
The artifacts are already built, they just need to be installed onto the machine with git
.
- use
git
to clone build artifacts
Web Server Configuration
caddy
or nginx
must be configured to catch HTTP requests and respond as a file_server
, and then must be reloaded.
At this point the Spring
project should be accessible in your browser.
Note
This Spring project has a couple of different requirements than the React project. You will need to install the required version of java in order to run this project to set up a reverse proxy. The version you will need is 11
. In order to start the project you need to run the command java -jar path/to/jar-file