Setup Guide for running BottleChat forum under Gophernicus

Prerequisites:

[1] lacks internal time functions; use `time()` and `date()`

Setup:

    $ cd ~/public_gopher
    $ cp ../bottlechat.awk ./gophermap
    $ touch ./ledger.txt
    $ chown your_uid:nobody gophermap ledger.txt
    $ chmod 755 gophermap
    $ chmod 666 ledger.txt
    $ ls -l gophermap ledger.txt
    -rwxr-xr-x  1 your_uid nobody  3622 Feb 10 12:14 gophermap
    -rw-rw-r--  1 your_uid nobody  2204 Feb 12 18:18 ledger.txt
    $ ls -ld ../
    drwxr-xr-x  3 your_uid  users 512 Feb 12 09:42  ~/public_gopher

Troubleshooting:

Questions or Comments: