Skip to content

Commit

Permalink
small README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstein committed May 19, 2012
1 parent f28dc2c commit 54cb0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,16 +1,16 @@
ABOUT
About
============================
This script is designed to automate the deployment of WordPress on a fresh (ve) server installation using an Nginx stack.


SETUP.SH OVERVIEW
Overview
============================
This script requires Ubuntu 11.04. It installs and configures the required OS packages and the MySQL/Nginx/PHP-FPM/Postfix deployment stack for WordPress. All packages are installed through aptitude for future upgrade ease.

NOTE: The script disables SSH root login, sets up a sudo user, and optionally changes the SSH port for server security. At the top of the script, you can see the variable that are to be set prior to running the script. All variables should have value, otherwise the script will not run.


SERVER SETUP/CONFIGURATION
Usage
============================
1. Download the script files from the GitHub repo as a tar file.
2. Upload the tar file to /root.
Expand All @@ -28,7 +28,7 @@ SERVER SETUP/CONFIGURATION

SERVER SETUP COMPLETION
============================
DO NOT LOG OUT of your root session. Once the script has completed, the root user can no longer SSH into the server. You need to use the login for the sudo_user you setup in the script variables. So, start a new SSH session and try to login using the account of the sudo_user. Once you have confirmed you can login successfully, you can close the root session.
DO NOT LOG OUT of your root session. Once the script has completed, the root user can no longer SSH into the server. You need to use the login for the `sudo_user` you setup in the script variables. So, start a new SSH session and try to login using the account of the `sudo_user`. Once you have confirmed you can login successfully, you can close the root session.


LICENSE
Expand Down

0 comments on commit 54cb0ec

Please sign in to comment.