After repeating installation of Wordpress with the same plugin, I've made this flavored-install that covers most of my needs.
Commands for standard installation:
git clone git://github.com/alx/SimplePress.git simplepress
cd simplepress
cp wp-config-sample.php wp-config.php
nano wp-config.php
- Please refer to Wordpress manual to install normally the system
- Activate the plugin you need from the Plugin Administation Panel
These following plugins are installed by default, you'll just need to activate them if you need them.
- All-in-One SEO Pack
- WP Super Cache
- Contact Form 7
- WPtouch iPhone Theme
- Google XML Sitemaps
- WP-PageNavi
- e-Commerce
- NextGEN Gallery
- Polyglot
Because I'm french, and that I've lived some time in Spain, I've also include the languages files for French and Spanish versions of Wordpress.
To keep track of the translation:
- More themes by default, it could include new themes each months from Smashing Magazine
- Wordpress-Mu flavored installation
- Specific use-cases using git branched: ecommerce, portfolio, static page, ...