CS 531 WebServer Deployer and Tester

A deployment and testing system for the CS 431/531 Web Server Design, Fall 2022 projects. The system utilizes a Docker-based setup for both, this testing/deployment system as well as deploying students' projects. The code behind this system is available at https://github.com/ibnesayeed/webserver-tester. Please feel free to report issues and contribute.

{%- if show_deployer %}

Deploy a Web Server

{%- for k, v in allowed_members.items() %} {%- endfor %} {%- for batch in test_batches %} {%- if batch.startswith("cs531") %} {%- endif %} {%- endfor %}
{%- endif %}

Test a Web Server

{%- for k, v in allowed_members.items() %} {%- endfor %}