A simple Python HTTP Server that serves static content There are several ways that this small application can be run:
- In the Service File, change the
Userproperty to the user that is going to be running the server, the default is jenkins:[Service] User=jenkins - Install the server
sudo make install
- Start the Server with
systemctlsudo systemctl start python-systemd-http-server
- The server can be accessed on the default port of
9000:http://localhost:9000
- Build the docker image and run the container:
make docker_up