I DID NOT WRITE THIS
Open SSH (EG: PuTTY)
Now To unzip/untar the file
Now to change to the Anoper-1.8.2 Directory
To Start the Configuration type
When its done configuring type
Now to fully Install Anope
ANOPE IS NOW INSTALLED
Now you need to setup your services config file.
Go to the directory
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.
or
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