Run NGINX
Checkout and Build the Application
A Hello World example webpage hosted on an NGINX server is provided in our GitHub repository. Clone the repository:
git clone https://github.com/gingercybersecurity/ginger-nginx
cd ginger-nginx
You will also need to install NGINX so that the binary can be found at /usr/sbin/nginx.
sudo apt install nginx
The gingervm tool will install the disk images under the target directory. The directory must be created before running gingervm. Create the directory in the ginger-nginx directory.
mkdir target
Now that you've completed the first step of getting the code and installing NGINX, you can continue on to the Deployment Steps to create the disk image and launch your virtual machine.