Archive: wordpress

 

If you would like to upgrade wordpress directly on the command line using bash then you might like this little script: [bash] #!/bin/bash # This is a script to upgrade wordpress. # Put it in your wordpress document root (the folder that contains wp-config.php) # chmod +x to make executable # ./wp-upgrade.bash to run # [...]



 

Easy peasy: PLAIN TEXT CODE: #!/bin/bash wget http://wordpress.org/latest.zip unzip latest.zip cp -rf ./wordpress/* ./ handy little bash script to install word press More Reading:Writing Robust Bash Shell ScriptsForce a Bash Script to run in ScreenServer Migration – Pipe Tar from Server to Server using NetcatBash Tricks and TipsATI Underscan Fix for Linux, Ubuntu etcSed Error [...]