ALMAJD Wiki
Login
Anope
1- doas pkg_add wget cmake 2- wget https://github.com/anope/anope/archive/2.0.9.tar.gz 3- tar zxf 2.0.9.tar.gz 4- cd anope-2.0.9 5- ./Config 6- cd build 7- make 8- make install 9- Then the source is builded and you can go ahead edit the conf, <br>cd ~/services/conf <br>cp example.conf services.conf <br>nano services.conf 10- restart (or reload) your ngircd <br>doas rcctl restart ngircd 11- start the services: <br>cd ~/services/bin <br>./anoperc start