This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ |
README.textile
WP Automator
Automated WordPress installs. Used to install and manage multiple WordPress sites on a single server. So easy a designer can use it.
Overview
- User logs in via simple auth
- Enters site name and domain
- Automator downloads latest version of WordPress
- Extracts package to install location
- Creates database, user, and adds permissions for user to said database
- Creates a wp-config.php file with database info and Secure Random Keys for Session keys
- Create a vhost file for apache with the domain info as well as a subdomain for development (ex. myblog.wordpress.example.com)
- Restarts Apache to load the new vhost file
- POSTs necessary info to the install.php script and prompts the user to login to their newly created WordPress install








