hec
5/12/2015 - 9:00 PM

install wordpress via command line

install wordpress via command line

wget http://wordpress.org/latest.tar.gz
tar zxf latest.tar.gz
cd wordpress
cp -rpf * ../
cd ../
rm -rf wordpress/
rm -f latest.tar.gz