AddUser
From MLDonkey
Contents |
[edit]
Adding a System User to run mlnet
This has worked out very well on a Debian woody system.
First I added a system user named mldonkey:
[edit]
adduser mldonkey
Then I \"became\" this user:
[edit]
su - mldonkey
Upon which I checked out the source code from cvs:
[edit]
HowToUseCvs
Next comes configuring and building the binary:
[edit]
./configure --disable-multinet --enable-batch --disable-gui --enable-fasttrack --enable-bittorrent && make
For convenience I copied the binary to the home dir of mldonkey:
[edit]
cp mldonkey/mlnet .
Now we are ready to start it:
[edit]
./mlnet -daemon
All configuration can be done through various interfaces. Until g2gui is done I choose the web interface.
[edit]
Erm...
If you find errors on this page, please
- kindly correct them, and
- drop me a note: I am housetier
Thank you very much!
