Skip to content

Instantly share code, notes, and snippets.

@daogurtsov
Created May 28, 2012 21:18
Show Gist options
  • Select an option

  • Save daogurtsov/2821256 to your computer and use it in GitHub Desktop.

Select an option

Save daogurtsov/2821256 to your computer and use it in GitHub Desktop.
wordpress run automated install
#!/bin/sh
./wp_dbcopy.sh
./importDB.sh &
./wpcopy.sh &
./apache_config.sh &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment