Shell Startup

These are old archives. They are kept for historic purposes only.
Post Reply
Anthony
Posts: 4
Joined: Wed Mar 31, 2004 12:26 am
Contact:

Shell Startup

Post by Anthony »

Does anyone know of a tutorial on how to startup an UnrealIRCD server on a shell?

Or to guide me through it?
Anthony Timberlake
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Shell Startup?

Post 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...
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
amphi
Posts: 12
Joined: Fri Mar 26, 2004 4:12 am

Post 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
Post Reply