|
Before setting up the NetObjects Fusion Message Board component, there are three key pieces of information that you need to know:
- Are you publishing to a UNIX, Windows, or Macintosh server?
- Does your server allow you to execute CGI scripts from any subdirectory or do CGI scripts need to be placed in a specific directory?
(ie. can you run CGI scripts from www.hostname.com/username/subdirectory/cgi-bin/ or do all scripts need to be run from www.hostname.com/username/cgi-bin)
- UNIX servers only:
What is the path to the perl5 executable on your server? (usually one of the following: /usr/bin/perl or /usr/local/bin/perl)
Once you have this information, you can insert the Message Board component on your page. When you do, you will see the Message Board Properties palette. Based on the answers to the above three questions, fill in the values accordingly.
Publish To Select the proper platform from the pull-down
Perl Path for Unix Enter in the path to the Perl5 executable on your server
CGI-bin Directory If your server allows you to run CGI scripts from any directory, leave the default value: bbs/cgi-bin If your server requires CGI scripts to be run from a specific directory, enter in that path. (ie. cgi-bin/ would be the path if CGI scripts are required to be run from the root/cgi-bin/ directory)
You have now successfully configured the Message Board Component and are ready to publish the site!
|