Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Testbed

shish edited this page Mar 9, 2012 · 3 revisions

From a stock Ubuntu 11.10 install:

sudo apt-get install git curl \
    nginx postgresql-9.1 mysql-server-5.1 imagemagick \
    php5-fpm php5-gd php5-mysql php5-pgsql php5-sqlite php5-xdebug
mkdir shimmie && cd shimmie
git clone git@github.com:shish/shimmie2-utils.git
./shimmie2-utils/init.sh

You should then end up with a bunch of directories for different code / database versions.

To get a basic install, cd into any folder and then ./reset.sh

Clone this wiki locally