break

Installing and Configuring Anope Services 1.7.x

Retrieve the latest build of the 1.7.x series from http://www.anope.org
Login to your shell and transfer the “tar.gz” via ssh or ftp.

Now, you must ssh into your shell to begin installing.

Once you’re inside the shell, perform the following commands (i will assume the latest version is 1.7.13):

gunzip anope-1.7.13.tar.gz
tar xfv anope-1.7.13.tar
cd anope-1.7.13
./Config (if you choose md5 encryption of the passwords, modules such as ns_getpass will not work)
make
make install
cd ..
cd services (you should edit your services.conf to your satisfaction here)
./services (this will start Anope Services should the conf have no errors)

NOTES: When editing the conf, be careful when enabling Raw. Raw is very unstable and can and WILL crash services and/or ircd(s) if not used properly.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.