jdpace / wp-automator
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
87973aa
commit 87973aad4fdc6776b997dcf657d8971255a0c769
tree 9acd9e23b4811e4fc2f401ea1c7fb19bad57cb1c
parent 420bf2e63f3edfcbda2f199d33e242b9a9baefdb
tree 9acd9e23b4811e4fc2f401ea1c7fb19bad57cb1c
parent 420bf2e63f3edfcbda2f199d33e242b9a9baefdb
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Sep 29 15:52:00 -0700 2009 | |
| |
Capfile | Thu Oct 01 12:32:51 -0700 2009 | |
| |
README.textile | Tue Sep 29 07:46:51 -0700 2009 | |
| |
Rakefile | Tue Sep 29 07:46:51 -0700 2009 | |
| |
app/ | ||
| |
config/ | Thu Oct 01 12:32:51 -0700 2009 | |
| |
db/ | Tue Sep 29 12:38:55 -0700 2009 | |
| |
doc/ | Tue Sep 29 07:46:51 -0700 2009 | |
| |
lib/ | ||
| |
log/ | Tue Sep 29 15:51:50 -0700 2009 | |
| |
public/ | Wed Sep 30 09:34:33 -0700 2009 | |
| |
script/ | Tue Sep 29 07:46:51 -0700 2009 | |
| |
test/ | Tue Sep 29 16:00:00 -0700 2009 |
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

