Anope.Install 5.4 KB

1234567891011121314151617181920
  1. version=pmwiki-2.2.130 ordered=1 urlencoded=1
  2. agent=Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
  3. author=mkf
  4. charset=UTF-8
  5. csum=replaced nano with vi, nano is not installed by default. added "$" in lines
  6. ctime=1612974751
  7. host=198.251.81.133
  8. name=Anope.Install
  9. rev=2
  10. targets=
  11. text=If you want the NickServ, ChanServ and all other *Serv you need to install anope%0a%0aTo do so you need to firstly install the required packages:%0a%0a[@%0a$ doas pkg_add wget cmake%0a@]%0a%0a%0aThen download Anope,%0a%0aDo that by executing the following commands:%0a%0a[@%0a$ wget https://github.com/anope/anope/archive/2.0.9.tar.gz%0a$ tar zxf 2.0.9.tar.gz%0a$ cd anope-2.0.9%0a@]%0a%0aThis will download the newest version of anope, untar it and it will cd into the dir.%0a%0a%0aThen what you want to do is the following:%0a%0a[@%0a$ ./Config%0a@]%0a%0aand at every question you can press enter, its not recommended to edit any value%0a%0a%0aThen you need to do the following to build it:%0a[@ %0a$ make%0a$ doas make install%0a@]%0a%0aThen the source is builded and you can go ahead edit the conf,%0a[@%0a$ cd ~/services/conf%0a$ vi services.conf%0a@]%0a%0aedit at the services.conf the following things:%0a%0a# At [@name = "services.host"@] you need to set the 'value =' (below the "name =" line) to: [@services.YOURVPSNAME.coconut.ircnow.org@]%0a# At uplink block you need to change it to something like this: [@uplink%0a{%0a host = "%3cYOURVPSNAME>.coconut.ircnow.org"%0a ssl = no%0a port = 6667%0a password = "%3cTHINK OF THIS BUT PLZ SAVE IT FOR NOW, YOU NEED IT LATER>"%0a}@]%0a#and edit the 'serverinfo' block.%0a%0a%0aNow go to your ngircd conf and if its right then %0a%0aSearch for the [Server] block (with a lots of comments) and edit the following things:%0a# Name = services.%3cYOURVPSNAME>.coconut.ircnow.org%0a# Host = %3cYOURVPSNAME>.coconut.ircnow.org%0a# MyPassword and PeerPassword to the password at the uplink block in services.conf%0a%0a%0athen restart (or reload) your ngircd %0a%0athen do the following to start the services:%0a%0a[@%0a$ cd ~/services/bin%0a$ ./anoperc start%0a@] %0a%0aif './anoperc start' fails, plz relook the conf or if you dont get out of the error, you can contact Miniontoby (AKA MiniontobyPI) on the ircnow network
  12. time=1621147622
  13. author:1621147622=mkf
  14. csum:1621147622=replaced nano with vi, nano is not installed by default. added "$" in lines
  15. diff:1621147622:1612974751:minor=6c6%0a%3c $ doas pkg_add wget cmake%0a---%0a> doas pkg_add wget cmake%0a15,17c15,17%0a%3c $ wget https://github.com/anope/anope/archive/2.0.9.tar.gz%0a%3c $ tar zxf 2.0.9.tar.gz%0a%3c $ cd anope-2.0.9%0a---%0a> wget https://github.com/anope/anope/archive/2.0.9.tar.gz%0a> tar zxf 2.0.9.tar.gz%0a> cd anope-2.0.9%0a26c26%0a%3c $ ./Config%0a---%0a> ./Config%0a34,35c34,35%0a%3c $ make%0a%3c $ doas make install%0a---%0a> make%0a> make install%0a40,41c40,41%0a%3c $ cd ~/services/conf%0a%3c $ vi services.conf%0a---%0a> cd ~/services/conf%0a> nano services.conf%0a70,71c70,71%0a%3c $ cd ~/services/bin%0a%3c $ ./anoperc start%0a---%0a> cd ~/services/bin%0a> ./anoperc start%0a
  16. host:1621147622=198.251.81.133
  17. author:1612974751=jrmu
  18. diff:1612974751:1612974751:=1,74d0%0a%3c If you want the NickServ, ChanServ and all other *Serv you need to install anope%0a%3c %0a%3c To do so you need to firstly install the required packages:%0a%3c %0a%3c [@%0a%3c doas pkg_add wget cmake%0a%3c @]%0a%3c %0a%3c %0a%3c Then download Anope,%0a%3c %0a%3c Do that by executing the following commands:%0a%3c %0a%3c [@%0a%3c wget https://github.com/anope/anope/archive/2.0.9.tar.gz%0a%3c tar zxf 2.0.9.tar.gz%0a%3c cd anope-2.0.9%0a%3c @]%0a%3c %0a%3c This will download the newest version of anope, untar it and it will cd into the dir.%0a%3c %0a%3c %0a%3c Then what you want to do is the following:%0a%3c %0a%3c [@%0a%3c ./Config%0a%3c @]%0a%3c %0a%3c and at every question you can press enter, its not recommended to edit any value%0a%3c %0a%3c %0a%3c Then you need to do the following to build it:%0a%3c [@ %0a%3c make%0a%3c make install%0a%3c @]%0a%3c %0a%3c Then the source is builded and you can go ahead edit the conf,%0a%3c [@%0a%3c cd ~/services/conf%0a%3c nano services.conf%0a%3c @]%0a%3c %0a%3c edit at the services.conf the following things:%0a%3c %0a%3c # At [@name = "services.host"@] you need to set the 'value =' (below the "name =" line) to: [@services.YOURVPSNAME.coconut.ircnow.org@]%0a%3c # At uplink block you need to change it to something like this: [@uplink%0a%3c {%0a%3c host = "%3cYOURVPSNAME>.coconut.ircnow.org"%0a%3c ssl = no%0a%3c port = 6667%0a%3c password = "%3cTHINK OF THIS BUT PLZ SAVE IT FOR NOW, YOU NEED IT LATER>"%0a%3c }@]%0a%3c #and edit the 'serverinfo' block.%0a%3c %0a%3c %0a%3c Now go to your ngircd conf and if its right then %0a%3c %0a%3c Search for the [Server] block (with a lots of comments) and edit the following things:%0a%3c # Name = services.%3cYOURVPSNAME>.coconut.ircnow.org%0a%3c # Host = %3cYOURVPSNAME>.coconut.ircnow.org%0a%3c # MyPassword and PeerPassword to the password at the uplink block in services.conf%0a%3c %0a%3c %0a%3c then restart (or reload) your ngircd %0a%3c %0a%3c then do the following to start the services:%0a%3c %0a%3c [@%0a%3c cd ~/services/bin%0a%3c ./anoperc start%0a%3c @] %0a%3c %0a%3c if './anoperc start' fails, plz relook the conf or if you dont get out of the error, you can contact Miniontoby (AKA MiniontobyPI) on the ircnow network%0a\ No newline at end of file%0a
  19. host:1612974751=198.251.81.119