For lab day and homework this week you will write a bash script to perform a
complete install of a Wordpress site (including generation of an SSL
certificate). Create a list of four of five significant steps that will need
to be performed by your script and bring the list with you to lab day. Also
jot down your answers to these questions:
Which of the steps you listed are you least confident about
automating?
Since you've been through the process of manually installing Wordpress,
how long do you expect it will take for you to create a working script to
automate the process?
Will your script need to run as root or can it run by a typical user?