Difference between revisions of "AOLserver 4 on Debian"
Jump to navigation
Jump to search
m (AOLServer4 on Debian moved to AOLServer 4 on Debian) |
|||
Line 5: | Line 5: | ||
apt-get install aolserver4 | apt-get install aolserver4 | ||
− | # to get ns.h and makefiles to build your own custom C or C++ modules | + | # optional: to get ns.h and makefiles to build your own custom C or C++ modules |
apt-get install aolserver4-dev | apt-get install aolserver4-dev | ||
− | # to get some potentially useful documentation, should you choose to read it | + | # optional: to get some potentially useful documentation, should you choose to read it |
apt-get install aolserver4-doc | apt-get install aolserver4-doc | ||
− | # module: Tcl API for AOLserver Caches | + | # optional: module: Tcl API for AOLserver Caches |
aolserver4-nscache | aolserver4-nscache | ||
− | # module that implements IMAP4 interface | + | # optional: module that implements IMAP4 interface |
aolserver4-nsimap | aolserver4-nsimap | ||
− | # module for LDAP | + | # optional: module for LDAP |
aolserver4-nsldap | aolserver4-nsldap | ||
− | # module: module for SSL mode -- beta module for OpenSSL | + | # optional: module: module for SSL mode -- beta module for OpenSSL |
aolserver4-nsopenssl | aolserver4-nsopenssl | ||
− | # module: Postgres connector | + | # optional: module: Postgres connector |
aolserver4-nspostgres | aolserver4-nspostgres | ||
− | # module: performs SHA1 hashes -- warning, the SHA1 hash it provides is not to spec | + | # optional: module: performs SHA1 hashes -- warning, the SHA1 hash it provides is not to spec |
aolserver4-nssha1 | aolserver4-nssha1 | ||
− | # Module for XML support | + | # optional: Module for XML support |
aolserver4-nsxml | aolserver4-nsxml | ||
</pre> | </pre> |
Revision as of 22:23, 6 December 2005
Some quick and easy steps to getting AOLServer 4 up and running on Debian 3.1:
# install aolserver4 apt-get install aolserver4 # optional: to get ns.h and makefiles to build your own custom C or C++ modules apt-get install aolserver4-dev # optional: to get some potentially useful documentation, should you choose to read it apt-get install aolserver4-doc # optional: module: Tcl API for AOLserver Caches aolserver4-nscache # optional: module that implements IMAP4 interface aolserver4-nsimap # optional: module for LDAP aolserver4-nsldap # optional: module: module for SSL mode -- beta module for OpenSSL aolserver4-nsopenssl # optional: module: Postgres connector aolserver4-nspostgres # optional: module: performs SHA1 hashes -- warning, the SHA1 hash it provides is not to spec aolserver4-nssha1 # optional: Module for XML support aolserver4-nsxml
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