#!/bin/sh

mkdir db
mkdir public/data
mkdir public/data/images

cp setup.template.php setup.php

echo "Now edit setup.php with your site details!"
