TNET Cumulus Based Projects and Scripts > Reference Information > Cumulus Wiki Weather Project > Initial Configuration Steps
Initial Configuration Steps
These are basically just notes right now as I create the base template site and see what needs to be change...
- /home/index.php needs to have sitename setup properly...
<?php
$BOLTadmin='admin';
$cleanURL='http://cwtemplate.tnetweather.com/';
$fieldURL='http://cwtemplate.tnetweather/home/';
include_once("../boltwire/barn/scripts/engine.php");
$BOLTadmin='admin';
$cleanURL='http://cwtemplate.tnetweather.com/';
$fieldURL='http://cwtemplate.tnetweather/home/';
include_once("../boltwire/barn/scripts/engine.php");
Both the $clearnURL and $fieldURL need to be set to the real site and can cause a royal pain if not done correctly...
Not Complete Yet
