How do I install Unreal 3.2 IRCD on my account?

1. Connect to the shell and execute the following:

wget http://www.unrealircd.com/downloads/Unreal3.2.8.1.tar.gz
tar -zxvf Unreal3.2.8.1.tar.gz
cd Unreal3.2
./Config

2. Answer these questions to the best of your knowledge. Generally if you are not sure go with default.
3. Run make:

make

4. Now create your unrealircd.conf and other configuration files.
5. Setup a crontab by typing cron-unreal from within the Unreal directory

6. Now startup your ircd:

./unreal start

  • 13 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

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 Anope Services?

Retrieve the latest build of your choice from http://www.anope.orgLogin to your shell and...

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....