Commit graph

15 commits

Author SHA1 Message Date
c529674de1 Install nginx 2014-04-02 15:52:19 -04:00
dc5d00d959 Basic setup in new manifest 2014-04-02 15:52:16 -04:00
abf708ee97 Install PHP, MySQL and Wordpress 2014-03-18 13:20:43 -04:00
5e297371b5 Correct port number typo 2014-02-19 16:23:40 -05:00
29748842a7 Copy files recursively
By declaring the directory copy with recurse set to true, there is no longer a
need to manage every single individual file in the directory.  This might
(almost certainly?) have consequences when files are removed from the
repository, but that's not really a concern in this specific scenario.
2014-02-19 11:14:01 -05:00
345516bf8b Make pages pretty
Take a few minutes to make the pages prettier. This includes adding appropriate
markup, adding images, and strengthening the text.
2014-02-19 11:14:01 -05:00
25a41ca21e Add new vhosts and files for two sample subdomains 2014-02-19 11:13:58 -05:00
757bf1d6c0 Send email on user login 2014-02-06 15:52:58 -05:00
d911f56e65 Add symlinks for easy web access 2014-01-22 11:06:33 -05:00
800ef93772 Allow both users to manage web content 2014-01-22 10:58:31 -05:00
bd29aec75b Add second user account
Implement "jeff" account with password and allow SSH access.  This account is
password protected, requiring a change to the SSH config file to allow
passwords.  Note that when possible, passwords should NOT be permitted for SSH
access.
2014-01-22 09:26:19 -05:00
e719842645 Change default ssh port
Security through obscurity is generally questionable, but changing to a
non-default port does reduce automated scans substantially.  However, moving to
a port outside of the privelaged scope (above 1024) may have other consequences.
2014-01-22 09:02:08 -05:00
bfa8138774 Allow password-less sudo 2014-01-15 15:47:28 -05:00
6ba6bb5df1 Fix typo in name 2014-01-15 15:34:42 -05:00
41f635afaa Untested code for week 1 2014-01-15 15:09:51 -05:00