Installation

Home Up Suggestions Download eSquire Testimonials Demo

eSquire FAQ
Installation
Moderation HOWTO
What's New

Quick Installation Guide for eSquire 0.9.8

INSTALL

Add the following entry (or one very much like it) to /etc/passwd

esquire:x:2001:201:E-Squire Mailing List Server:/home/esquire:/bin/bash

Add the following entry (or one very much like it) to /etc/group

esq:x:201:

Add the following entries to /etc/aliases

owner-esquire:  whoyouare@yourdomain.org
esquire-owner:  owner-esquire
esquire:        "|/home/esquire/bin/esquire"

Extract the files to ~esquire

Edit ~esquire/esquire.cf

% cd ~esquire/src

fix Makefile to set ESQROOT to the proper directory

% su root
# make install
# make ../users.dat

UPGRADE

Extract the files somewhere (not ~esquire)

Copy the src directory to ~esquire/src

% cd ~esquire/src

NOTE: if you want ~esquire to be anywhere other than /home/esquire, edit the Makefile ESQROOT accordingly

% su root
# make install
            (NOTE: it assumes your UserDirectory is ~esquire/public_html)

Check esquire.cf for any upgrades. And add them to ~esquire/esquire.cf

Common APACHE-isms

Alias /esquire/_themes/ /home/esquire/public_html/_themes/
Alias /esquire/images/ /home/esquire/public_html/images/
ScriptAlias /esquire/ /home/esquire/public_html/

<Directory /home/esquire/public_html>
AllowOverride All
Options ExecCGI Indexes Includes FollowSymLinks
order allow,deny
Allow from all
</Directory>

 

eSquire is a trademark of Gamerz.NET Enterprises. All other products mentioned are registered trademarks or trademarks of their respective companies.

Questions or problems regarding this web site should be directed to webmaster@gamerz.net.

Copyright © 1998-2000 Gamerz.NET Enterprises. All rights reserved.
Last modified: Tuesday February 08, 2000.