Install a PHP web app called Kanboard on a remote VM instance on the cloud provider of your choose (e.g., Azure). You need to do the following:
- Download the latest release of the app (the tar.gz file).
- Extract the tar file using
sudo tar -xvzf /path/to/the/file.tar.gz -C /var/www/html
. - Check the requirements
- Follow the installation instructions for your distribution of choice. For example, if you are using Ubuntu, refer to Ubuntu installation.
- Make sure you have all the required software version of PHP, MySQL/MariaDB, Apache HTTP, and the dependencies in PHP extensions.
- Access the app using the public IP address of your VM instance.
Submit a PDF file that contains screenshots of your system showing the execution of commands and the output.
Assignments are due at the beginning of the following week one hour before the class. A submission will be labeled late when it has been submitted past the due date.