Changes

Jump to: navigation, search

OPS705 Assignment 2

806 bytes added, 22:06, 29 March 2023
no edit summary
Store the ''Master username'', ''Master password'', and ''Endpoint'' in a saved document along with your ''Initial database name''. '''You’ll need it later.'''
 
= Task 3: Wordpress Source Code Modification =
 
== Download and Unzip - Local Computer ==
# On your local machine, download the current Wordpress source code from here: https://wordpress.org/latest.zip
# Unzip the file. You should end up with a '''wordpress''' directory. (Do not delete the original .zip file)
 
== Modify Wordpress Configuration File ==
# In the local ''wordpress'' folder, find a file called: '''wp-config-sample.php'''
# Duplicate this file, and call it: '''wp-config.php'''
# Open '''wp-config.php''' in a plain text editor. I recommend Sublime. (https://www.sublimetext.com/download)
 
=== Adding Database Connector Info As Environment Variables ===
In this file, you will be adding database connector information as '''environment variables''', not the actual connector information.
 
= Task 4: Elastic Beanstalk =

Navigation menu