Changes

Jump to: navigation, search

OPS705 Assignment 2

7 bytes added, 22:42, 29 March 2023
Download Wordpress Source Code
We ''could'' add the DB connector info to '''wp-config.php''' manually before we upload the source code, but there's a much better way. We use environment variables to allow us to put all the info in the Elastic Beanstalk application wizard. That way, every time the application restarts and reloads from the source code zip, it'll then read our connector information from AWS. Read below for details and steps.
=== Download Wordpress Source Code Duplicate and Open Configuration File ===
# In the local ''wordpress'' folder, find a file called: '''wp-config-sample.php'''
# Duplicate this file, and call it: '''wp-config.php'''

Navigation menu