Created
January 26, 2013 04:09
-
-
Save jasperf/4640125 to your computer and use it in GitHub Desktop.
Command Line WordPress Installation #wordpress #installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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