Changes

Jump to: navigation, search

OPS705 Assignment 1

55 bytes added, 11:14, 14 October 2021
no edit summary
# '''Virtual machine name:''' assign1-username
# '''Virtual machine size:''' Standard_B2msStandard_B1s
# '''IP address:''' Public
# Download the zip with the following command: <code>wget https://wordpress.org/latest.tar.gz</code>
# Unzip the file: <code>tar -zxvf latest.tar.gz</code>
# Move Copy the ''contents'' of the new directory wordpress into /var/www/html/ (Don't move the directory itself! Remember your Lab 3 CLI work.)
# Give apache ownership of all WordPress files: <code>chown -R apache:apache /var/www/html</code>
# Give apache proper permissions of WordPress files: <code>chmod -R 755 /var/www/html</code>
Create two blog entries of the following topics:
# How does Have you ever installed services like this WordPress setup compare to our other lab installsoutside of OPS705? Think If so, elaborate.# Which types of a scenario where this method would be preferred.databases have you used in the DAD program so far? Which has been your favourite?
# What was the most difficult part of this assignment for you?

Navigation menu