Setting up an AWS WordPress Instance
-
Create instance and then connect via SSH
-
Acquire WordPress password (default username is user)
cat bitnami_application_password -
Install git dependencies
sudo apt-get install git -
Navigate to theme repo and clone theme
git clone https://pinkpandaau@bitbucket.org/pinkpandaau/girl-about-town.git girlabouttown -
If migrating existing site and table prefix change is required, you must change wp-config.php manually. You can do this via the terminal using
nano wp-config.php -
Remove bitnami banner at WP login
sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1