Recent Changes - Search:

CONGO

PmWiki

edit SideBar

CoconutConfiguration

Main.CoconutConfiguration History

Hide minor edits - Show changes to output

Added lines 1-12:
Coconut is the standard web interface for CONGO.  It requires very little configuration, as most details are stored in the server.  See ServerConfiguration for details on configuring the server.

One important setting, however, is the definition of where the server is.  This detail is stored in the configuration files stored in the 'htdocs' directory. 

Make a copy of the config-master.php file to 'config-local.php', and edit it.  In the first section, you'll see:
[@
  $GLOBALS['spath'] = '/RPC2';
  $GLOBALS['shost']  = 'localhost';
  $GLOBALS['sport']  = 8081;
@]

Change these as appropriate to reflect your setup, and save. Point your web browser at the 'coconut' directory in your CONGO installation, and the Coconut login screen should come up.
Edit - History - Print - Recent Changes - Search
Page last modified on July 19, 2007, at 10:43 AM