Open main menu

CDOT Wiki β

Changes

OPS705 Assignment 1

No change in size, 12:26, 22 April 2021
WordPress Website Configuration
# 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>