Our blog
WordPress Installer Shell Script
A nice little shell script for quickly install WordPress on Linux::
#!/bin/bash
wget http://wordpress.org/latest.zip
unzip latest.zip
cp -rf ./wordpress/* ./
A nice little shell script for quickly install WordPress on Linux::
#!/bin/bash
wget http://wordpress.org/latest.zip
unzip latest.zip
cp -rf ./wordpress/* ./