Skip to content

Instantly share code, notes, and snippets.

@ammist
Created September 30, 2011 06:22
Show Gist options
  • Save ammist/1252863 to your computer and use it in GitHub Desktop.
Save ammist/1252863 to your computer and use it in GitHub Desktop.
[WP] Install WP quickly
# This script is for shell users who have previously created a database.
mkdir ~/installs
cd ~/installs
wget http://wordpress.org/latest.zip
unzip latest.zip
cp wordpress/* ~/public_html/
cd ~/public_html/
cp wp-config-sample.php wp-config.php
vi wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment