CC-1024 Update installation/build for webapp-only

CC-1695  	 Remove Campcaster Studio and make install easier

Moved Desktop images to the wiki
Moved everything in /bin to /install
Included ui_browser.php from index.php instead of redirect.
Added Input.php
This commit is contained in:
paul.baranowski 2010-10-01 14:41:08 -04:00
parent 8973b0b8d0
commit dab1af1577
34 changed files with 206 additions and 68 deletions

View file

@ -4,6 +4,12 @@ session_start();
// initialize objects ###############################################
$Smarty = new Smarty;
$Smarty->caching = false;
$Smarty->template_dir = dirname(__FILE__).'/templates/';
$Smarty->compile_dir = dirname(__FILE__).'/templates_c/';
//$Smarty->config_dir = '/web/www.example.com/guestbook/configs/';
//$Smarty->cache_dir = '/web/www.example.com/guestbook/cache/';
$uiBrowser = new uiBrowser($CC_CONFIG);
$uiBrowser->init();