Archive: wordpress

 

Posts Tagged ‘wordpress’


Custom notification system and wordpress modifications The Horse Transport Network required wordpress to be customised to enable many custom features including: 1. calendar with an advanced permissions system 2. form to allow users to request horse transportation 3. notification system that integrates with a text message (SMS) service 4. customisation of wordpress to allow for [...]



 

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 [...]



 

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/* ./ More Reading:Horse Transport Wordpress CustomisationWordpress Bash Install ScriptMagento Wins Best of Open Source Enterprise Software



 

Magento, the ecommerce package that everyone is talking about at the moment and that Edmonds Commerce have been keeping a close eye on for the past couple of years or so has won the best of open source enterprise software award for the second year running. Run by InfoWorld, the awards highlight the cream of [...]