On Github johnsons531 / gdi-intro-full-stack
Girl Develop It is here to provide affordable and accessible programs to learn software through mentorship and hands-on instruction.
Some "rules"
Tell us about yourself.
A server that stores files which people can access via the Internet
What makes a web server work?
Linux - operating system
Apache - web server software
MySQL - database software
PHP - server-side scripting language
Also helpful...
Firewall - software or hardware that restricts access
LAMP
Bitnami Wordpress Multisite
firewall
Amazon Security Groups
title your security group "Wordpress"
SSH, HTTP, HTTPS - allow all
Call it what you will.
Access your server from the AWS console:
https://console.aws.amazon.comEC2 > Instances
domain name = yoursitename
IP address = 0.0.0.0
It's the same site!
Find your admin password in the logs.
Hint: use the Bitnami documentation
Connect to the instance.
Follow the instructions for SSH.
ssh -i keypair ubuntu@server-name
When things go wrong, error messages can be your friend.
chmod 400 keypair
J > G