Page 1 of 1

Shell Startup

Posted: Wed Mar 31, 2004 12:36 am
by Anthony
Does anyone know of a tutorial on how to startup an UnrealIRCD server on a shell?

Or to guide me through it?

Shell Startup?

Posted: Wed Mar 31, 2004 2:34 am
by jewles
Hmm, well two things come to mind... Either A. You want to learn how to start up an ircd in it either crashes or shutsdown... or B. less likely you want actually start the ircd or C. youw ant to start the ircd with a script.... which is stupid... anywho....

A. crontab
B. ./unreal start (If you didn't know, you shouldn't be trying to use an ircd)
C. hmmm.... so sad....

Anywho... there is a folder ircdcron inside are example scripts files into how crontabs work...

Posted: Wed Mar 31, 2004 5:25 am
by amphi
Do the following steps any help can be found inside the unreal dir.

wget http://www.unrealircd.com/downloads/Unr ... RC2.tar.gz
tar -xzvf Unreal3.2-RC2.tar.gz
cd Unreal3.2
./Config > follow the on screen instructions
make

once done go into doc dir and edit the example.conf and then save it to Unreal3.2 dir.

./unreal start