A clever little bash script for Mac OS X that gets you up and running with WordPress and essential plugins in a few seconds. Automatically downloads WordPress and an essential arsenal of plugins (listed below).
Suggestions? Ideas? Submit an issue!
Made in Nottingham by the team @bigspringweb
Lunchbox will install the following things:
- WordPress (latest stable build)
- monolith WordPress starter theme (https://github.com/bigspring/monolith)
- YOAST WordPress SEO Plugin
- W3 Total Cache
- Force Regenrate Thumbnails
- Widget Logic
- Bulk Page Creator
- Breadcrumb NavXT
- Advanced Text Widget
- Contact Form 7
- WP Smush.it
- Better Wordpress Security
bash < <(wget -O - https://raw.github.com/bigspring/lunchbox/master/lunchbox-installer)
or
bash < <(curl -s https://raw.github.com/bigspring/lunchbox/master/lunchbox-installer)
source ~/.profile
Note: Lunchbox is simply a bash script, so to use it you just need to place it in your $PATH and change it's mode to executable.
- in command line, navigate to the folder into which you want to install your site (e.g. ~/htdocs/mysite)
- run 'lunchbox' from command line from within the target directory
- wait for the lunchbox to unpack, and enjoy your lunch!
- 12/08/13 - v1.0.4 - updated path in readme and installation file
- 12/08/13 - v1.0.3 - hassle free installation
- 12/08/13 - v1.0.2 - updated monolith package to use master (v1.0)
- 12/08/13 - v1.0.1 – added support for smush.it, contact form 7, better WP security
- 08/08/13 - v1.0.0 – hello world!