Overview

Wagtail uses a client/server process. Both roles may be carried out by the same machine.

  1. Download the latest version to a temporary directory
  2. Unpack, e.g. tar xvfz wagtail-x_y.tar.gz
  3. Alter the installation directories if you wish
  4. Type one of:
    • make install_client (installs the client software)
    • make install_server (installs the server software)
    • make install_both (installs both the client and server software)
  5. Alter the configuration files for the client and server
  6. Start wagenc on the server
  7. Use clients (Wagdisc, Wagfile) of your choice...

Installation directories

The Makefile contains the variables which define default installation directories. The defaults should be OK for most people.

Name Default Description
PROG_DIR /usr/local/wagtail The programs and support libraries are placed here. Does not need to be in anyones path.
BIN_DIR /usr/local/bin A symlink for each program. This directory should be in the path for users who would use the programs.
ETC_DIR /etc/wagtail The destination for the system-wide configuration files. If you alter this you should also adjust $CONFIG_SYSTEM_ETC in config.sub.

Old config files

The install routine does not overwrite configuration files.