print Tutorial 1: Building a simple guest book

Tutorial Config Files

The following are the config files that were used during this tutorial. They may be of use to you if you find you are having trouble.

Apache vhosts.conf

NameVirtualHost *:80

# default

        CustomLog logs/access.log combined


# framework directory

        Options Indexes FollowSymLinks
        AllowOverride All


# base

        DocumentRoot /home/dave/Documents/Scorpio/websites/base
        ServerName dev.base
        CustomLog logs/base.log combined


# baseAdminSite

        DocumentRoot /home/dave/Documents/Scorpio/websites/base
        ServerName dev.baseAdminSite
        CustomLog logs/baseAdminSite.log combined

dev.base and dev.baseAdminSite config files

// dev.base

        
//dev.baseAdminSite

ControllerMap Files

Download the basic files as a Zip file.