|
Load Balancer - CSCE 412 Project 3 1.0
|
First, clone the repository to your preferred directory. Then, ensure that you are in the root directory at CSCE412Project3 in your terminal.
In order to compile the application, type: make clean; make: [Cleans the build files and then recompiles with the executable] ./outDebug: Will run the executable.
You will get a few choices:
In order to rebuild the Doxygen documentation, type doxygen Doxyfile in the root directory.
The relevant files will be generated in a file named html/.
However, all documentation will be deployed to 412-project-3.vanessacodes.com by default on commits to main, through GitHub Actions.