ICT171 Cloud Server Project — Azure Ubuntu 24.04 LTS
Clock in, clock out, and track total work hours — all running on a manually configured Azure VM.
Enter your name and use the buttons to record your shift.
All shifts are saved in your browser using localStorage.
| # | Worker | Clock In | Clock Out | Duration | Action |
|---|
This website is the front-end component of a cloud server project built for ICT171 — Introduction to Server Environments and Architectures at Murdoch University (2026, Semester 1).
The system demonstrates a practical use case for cloud Infrastructure as a Service (IaaS): a shift clock-in and clock-out tracker suitable for small teams or volunteer groups.
All server configuration was performed manually through SSH — no pre-installed bundles or marketplace images were used. The web server is Apache 2 running on Ubuntu 24.04 LTS.
| Student Name | Ashfaqul Haque Bhuiyan |
| Student ID | 35720354 |
| Cloud Provider | Microsoft Azure |
| VM Size | Standard D2s v3 (2 vCPU, 8 GiB) |
| OS | Ubuntu 24.04 LTS |
| Web Server | Apache 2 |
| Public IP | 20.2.88.235 |
| DNS Name | [INSERT DNS NAME] |
| GitHub | [INSERT GITHUB LINK] |
localStorage for persistence.