[Linux] Installing and Configuring Anope - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4) +---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17) +---- Thread: [Linux] Installing and Configuring Anope (/showthread.php?tid=7505) |
[Linux] Installing and Configuring Anope - Natha - 05-31-2010 I DID NOT WRITE THIS Open SSH (EG: PuTTY) Code: wget http://sourceforge.net/projects/anope/files/anope-stable/Anope%201.8.2/anope-1.8.2.tar.gz/download Now To unzip/untar the file Code: tar -xzvf anope-1.8.2.tar.gz Now to change to the Anoper-1.8.2 Directory Code: cd anope-1.8.2 To Start the Configuration type Code: ./Config When its done configuring type Code: make or gmake Now to fully Install Anope Code: make install ANOPE IS NOW INSTALLED Now you need to setup your services config file. Go to the directory Code: cd ~/services Now edit the services.conf file to your standards. Everyone's configuration file will be different on your settings. After you have edited your services.conf now you need to start it. You can use either command but the first one is what i like to do so i know they truly started. Code: ./anoperc start Code: ./services start |