Line 80: |
Line 80: |
| === swish.cgi === | | === swish.cgi === |
| | | |
− | Under construction
| + | For PoC I have setup this basic configuration in /home/e-smith/files/ibays/Primary/cgi-bin |
| + | |
| + | Copy (or symlink) swish.cgi |
| + | |
| + | cp /usr/libexec/swish-e/swish.cgi /home/e-smith/files/ibays/Primary/cgi-bin/ |
| + | |
| + | Create /home/e-smith/files/ibays/Primary/cgi-bin/.swishcgi.conf: |
| + | |
| + | return { |
| + | swish_index => '/home/e-smith/files/ibays/Primary/cgi-bin/index.swish-e', |
| + | title_property => 'Just a Sample Title ', # Not required, but recommended |
| + | |
| + | # Next line to make it clickable |
| + | |
| + | prepend_path => 'file:////', |
| + | |
| + | link_property => 'swishdocpath', |
| + | title_property => 'swishtitle', |
| + | }; |
| | | |
| === Options === | | === Options === |