aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule only run command mode  (Read 3732 times)

wienne

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
amule only run command mode
« on: March 23, 2005, 07:24:01 AM »

how do config amule only run command mode(TextClient)

i don't run X windows, no gtk,no wxWidgets,no gui


system: FreeBSD4.8 i386
« Last Edit: March 23, 2005, 07:29:16 AM by wienne »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amule only run command mode
« Reply #1 on: March 23, 2005, 08:04:29 AM »

http://wiki.amule.org --> check how to compile amule-demon :)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

lfroen

  • Guest
Re: amule only run command mode
« Reply #2 on: March 23, 2005, 03:13:50 PM »

Soon it would be possible to change daemon configuration thru remote gui. Now - change config file.
Logged

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
RE: amule only run command mode
« Reply #3 on: October 18, 2005, 07:33:32 AM »

Quote
Originally posted by wienne
how do config amule only run command mode(TextClient)

i don't run X windows, no gtk,no wxWidgets,no gui


system: FreeBSD4.8 i386

hi all of you........

I can do this, in this moment wiki is down...........

in Two simple pass please!!!!!!  :)

Thanks
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]

lfroen

  • Guest
Re: amule only run command mode
« Reply #4 on: October 18, 2005, 07:54:25 AM »

use remote gui or webserver - both can change daemon configuration
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amule only run command mode
« Reply #5 on: October 18, 2005, 09:09:53 AM »

remote-gui works?
nice lfroen I must have missed that commit  :]
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
Re: amule only run command mode
« Reply #6 on: October 18, 2005, 12:44:52 PM »

Quote
Originally posted by stefanero
remote-gui works?
nice lfroen I must have missed that commit  :]

scuse me stefanero how I can do this???

It's very important, you can help me explane me in few words!!!!

Thanks  :)
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]

Carcass

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 72
    • debianclan
Re: amule only run command mode
« Reply #7 on: October 18, 2005, 09:45:59 PM »

:( :(

Nobody can help me??????????

 ;( ;(
Logged
[GNU/Filosophy] [WWW.DEBIANCLAN.ORG]

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amule only run command mode
« Reply #8 on: October 18, 2005, 10:31:25 PM »

heho

sorry takes sometimes a bit ;)

Code: [Select]
1st

NOTE: If you have already installed wxGTK 2.5.4 or higher, jump directly into the second step, since wxGTK 2.5.4 includes wxBase 2.5.4. Note that aMuled will not compile with earlier versions of wxWidgets, such as version 2.4.2!

Download wxBase 2.5.4 or higher from [URL]http://www.wxWidgets.org[/URL] unpack it, and do as user

    * ./configure --prefix=/usr/

NOTE: If you want Unicode support you need to give the --enable-unicode flag to the configure script.

    * make

as root

    * make install
    * ldconfig

2nd

    * Download aMule 2.0.3 or higher from [URL]http://www.amule.org/files/files.php?cat=19[/URL]

Don't use version 2.0.0-rc8, there was a severe bug in it concerning aMuled!

Unpack it, and do as user

    * ./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon
    * make

as root

    * make install

That's it. You now have a working aMule-daemon in /usr/local/bin
Now you need to configure it. To create the ~/.aMule/amule.conf file, which is the preferences file, run aMuled once.
The ~/.aMule directory and the ~/.aMule/amule.conf file will be created in the home directory of the user that ran aMuled.


this is for amule-daemon

if you need remote-gui

configure it with --enable-remote-gui and run

amulegui

then in prefs you can set everyting you want...also with

--enable-webserver

you can enable the compilation of webserver, and configure amule this way


hope that helps
stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."