How do I install Anope Services?

Retrieve the latest build of your choice 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.15):

gunzip anope-1.7.15.tar.gz
tar xfv anope-1.7.15.tar
cd anope-1.7.15
./Config (if you choose md5 encryption of the passwords, modules such as ns_getpass will not work)
make
make install
cd ..
cd services
pico services.conf (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.

*You may use Windows Notepad or Wordpad to edit the services.conf.

  • 59 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

Am I allowed to run BOPM/services on my IRCD account?

Yes, you may run BOPM and/or services providing you have purchased enough background processes...

I'm getting this error: ./Config: Permission denied

If you are getting to following error - ./Config: Permission denied. OR ./configure: Permission...

How do I install Unreal 3.2 IRCD on my account?

1. Connect to the shell and execute the following: wget...

Can I get a mysql database?

We don't mind you using mysql providing its conservative use, not anything resource intensive....

How do I install Anope modules?

To install Anope modules, follow these steps: 1. login to shell2. cd anope-version.number3....