Skip to content

Virtualization | Manual Deployment

Mohamed Hassan (JOSEPH) edited this page May 10, 2024 · 37 revisions

Tools to start over lovely bare metal strong πŸ’ͺ hardware:

  • Virtualization Technology: VMware

  • Linux with multiple distros:

  • Runtime:

    • Which will contain the deployable package that will be an executable later and will be able to serve requests upon being healthy available
  • Deployable package: This part is variable over time

    • the Junior System admin [Linux Based] will need to move this one from his/her local laptop after building the latest package locally from the SCM server using specific commands, then
    • moving it via ssh to the testing environment inside a certain VM

Runtime of developed applications:

  • Backend (Java, Spring-Boot): JRE

  • Web Frontend (JavaScript, React): Nodejs

Clone this wiki locally