aMule Forum

English => en_Linux => Topic started by: storto on June 13, 2005, 09:55:00 AM

Title: aMule from linux shell
Post by: storto on June 13, 2005, 09:55:00 AM
hi...
i have a silly question:

can i use aMule from shell like a daemon?
i have a linux distro without Xwindows.

thank you!

bye.
Title: RE: aMule from linux shell
Post by: wardevil on June 13, 2005, 10:13:25 AM
Well...there is  something called amule-daemon(amuled in command line)but if you compiled yourself  u must enable it  in the configure script with a --enable-amule-daemon switch
./configure --enable-amule-daemon --enable-webserver
you should enable webserver too to control amuled with a web browser...look in the wiki to learn how to configure amuled to run the webserver at startup...

Cheers...
Title: Re: aMule from linux shell
Post by: stefanero on June 13, 2005, 11:20:56 AM
to read the complete wiki for the deamon aswell

http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled

which is probably more easy ;) and also some more flags since wardevil forgot --disable-monolithic, which is needed on a system without X-server

stefanero