- Clone the HelloHttp repo from:
https://github.com/drines-uc/hello_http - Clone this repo in the same base directory as the HelloHttp repo
cd SEQAX408DevOpsTechVagrant- Run
vagrant upto create, configuration, and provision a guest machine according to the Vagrantfile - Run
vagrant sshto establish an SSH session into a running VM to get access to the shell - Move into out app directory
cd /hello_http - Run
gcc -o dummyserv dummy_serv.cto compile the dummyserv - Run
./dummyservto start the process
Note:
- Using
gyptazy/ubuntu22.04-arm64is it compatible with Apple's M1/M2 chips.