Total Pageviews

Friday, 25 October 2013

installing wordpress from command line

Installing Wordpress from command line / dos / linux

wget http://wordpress.org/latest.tar.gz; 
Then unzip the package using: 
tar -xzvf latest.tar.gz. 
The WordPress package will extract into a folder called wordpress

No comments:

Post a Comment