Project Development Notes
These notes explain the main stages completed during the cloud server project.
1. Creating the Azure Virtual Machine
The first step was creating an Ubuntu virtual machine on Microsoft Azure and connecting to it using SSH.
2. Installing and Running Nginx
Nginx was installed as the web server and used to publish the website through the Azure public IP address.
3. Adding Website Pages
The website was developed as a multi-page blog with a homepage, project details page, and blog notes page.
4. Documenting Progress on GitHub
GitHub was used to store the website files, progress log, README documentation, and server health check script.