ColdCore-3.1/
ColdCore-3.1/bin/
ColdCore-3.1/dbbin/
ColdCore-3.1/root/
ColdCore-3.1/root/html/
ColdCore-3.1/root/html/jlogin/
ColdCore-3.1/root/logs/
BEFORE YOU INSTALL
------------------

You will need a current version of Genesis to use ColdCore
Information on getting the latest Genesis can be found at:

    http://www.cold.org/genesis/

INSTALLING
----------

Once you have Genesis compiled, locate the programs 'coldcc' and
'genesis' (created from the Genesis distribution) and move them to
the 'bin' directory.  Then type:

       bin/coldcc -tcoldcore

If there are no problems, the above two command will compile the
'coldcore' file into a binary database.

The base directories genesis prefers (see the Genesis Documentation
for full details), exist as:

      dbbin/       -- directory where programs can be placed
                      for execution from the database
      logs/        -- genesis logfiles
      backups/     -- backup files, created by dbbin/backup
      root/        -- root directory for db file operations
      root/logs/   -- core logs, see $changelog in-core
      root/html/   -- web server base files
      bin/         -- binary location for other programs

STARTING FOR THE FIRST TIME
---------------------------

The first people to create accounts will be creating administrative
accounts, and will be placed into a configuration subsystem.  Therefore,
it is in your best interest to start the server and connect alone
first, then after you finish the configuration you can invite others
to connect.

You can start your server at any time by typing:

       bin/genesis

This will create a daemon process in the background.  You can now
connect to your server through port 1138, or on the web through
port 1180.  You must login and create your account through port 1138,
before you can login to it through the web on 1180.

Once you connect to port 1138, you can type 'Help' for a list of
commands available at the login screen.  You will want to use the
command 'create' to create a new user.  By default all new users
are created with administrator priviledges--and a configuration
system is also run at the same time, so be sure to do this before
inviting other people onto your server.