Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created January 26, 2013 04:09
Show Gist options
  • Save jasperf/4640125 to your computer and use it in GitHub Desktop.
Save jasperf/4640125 to your computer and use it in GitHub Desktop.
Command Line WordPress Installation #wordpress #installation
wget http://wordpress.org/latest.tar.gz
tar -xzvf latest.tar.gz
mv wordpress/* .
rmdir wordpress
//After all this the rest can be done from the browser as long as the database has been created
//PHP >=5.3 https://github.com/wp-cli/wp-cli - awesome free tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment