AOLserver 4 on Debian

From AOLserver Wiki
Revision as of 22:17, 6 December 2005 by Caveman (talk | contribs)
Jump to navigation Jump to search

Some quick and easy steps to getting aolserver4 up and running on Debian 3.1:

# install aolserver4
apt-get install aolserver4

# to get ns.h and makefiles to build your own custom modules
apt-get install aolserver4-dev

# to get some potentially useful documentation, should you choose to read it
apt-get install aolserver4-doc

After installing the package(s) you want:

/etc/init.d/aolserver4 start

And you are running AOLServer. Congratulations. To make changes to your configuration file, visit:

/etc/aolserver4/aolserver4.tcl

To view your server log, visit:

/var/log/aolserver4/aolserver4.log