GUI interface for managing WordPress installs built in Rails
Ruby JavaScript
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= app
carview.php?tsp= config
carview.php?tsp= db
carview.php?tsp= doc
carview.php?tsp= lib/tasks/sites
carview.php?tsp= log/deploys
carview.php?tsp= public
carview.php?tsp= script
carview.php?tsp= test
carview.php?tsp= .gitignore
carview.php?tsp= Capfile
carview.php?tsp= README.textile
carview.php?tsp= Rakefile

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

  1. User logs in via simple auth
  2. Enters site name and domain
  3. Automator downloads latest version of WordPress
  4. Extracts package to install location
  5. Creates database, user, and adds permissions for user to said database
  6. Creates a wp-config.php file with database info and Secure Random Keys for Session keys
  7. Create a vhost file for apache with the domain info as well as a subdomain for development (ex. myblog.wordpress.example.com)
  8. Restarts Apache to load the new vhost file
  9. POSTs necessary info to the install.php script and prompts the user to login to their newly created WordPress install