Skip to content

Installation 07 Creating Initial Database Objects

barryo edited this page Dec 12, 2012 · 4 revisions

Unfortunately, this is where out installation process falls down a little!

We'd like to have a nice automated installer here but for now, you'll need to use a little script we have created:

cd bin
vi fixtures.php
./fixtures.php

When you edit fixtures.php, skip to MODIFY YOUR FIXTURES HERE. What you are creating is:

  • the initial customer entry which is your IXP;
  • the initial administrative user.

You need to edit these objects in fixtures.php to match your own scenario.

Clone this wiki locally