Skip to content

Setting up a new site v4.0

Patrick Upson edited this page Feb 17, 2014 · 4 revisions

Presuming you've either downloaded the ZIP file for the PHP Variant and the core theme you wish to use. (only theme-base and theme-gcwu-fegc are currently supported)

And have extracted them to the root of your webserver

Copy the config/ folder from demos-php/ to the root of the webserver

open the config/config.php file

Change the $_SITE['wb_theme'] variable to the theme your site will use (theme-base or theme-gcwu-fegc)

Copy the index.php, index-en.php and index-fr.php files to the root of your server.

For index_en.php and index-fr.php modify the line require_once $PAGE_PATH . "/config/config.php"; to point to the config/config.php file.

More on setting up a site later