Difference between revisions of "Module BitTorrent"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{ToTranslate}}
 
 
 
[[Category:Complementary modules]]
 
[[Category:Complementary modules]]
= Fonctionnalités =
+
= Features =
Permettre à Dolibarr de servir de serveur de tracker BitTorrent. Ceci permet de pouvoir diffuser des fichiers sur le réseau BitTorrent en toute indépendance.
+
Add into Dolibarr, the capability to be a Bit Torrent tracker. This means you are able to serve files to the world on the Bit Torrent network with no need of external web sites or tools.
  
= Installation =
+
= Install =
* Télécharger le fichier tgz depuis le site web {{LinkToPluginDownload}}.
+
* Download tgz file from Dolibarr web site {{LinkToPluginDownload}}.
* Placer le fichier dans le répertoire racine de dolibarr.
+
* Put the file into Dolibarr root directory.
* Decompressez le fichier par la commande
+
* Uncompress fil with command
 
<pre>
 
<pre>
tar -xvf fichiermodule.tgz
+
tar -xvf fileofmodule.tgz
 
</pre>
 
</pre>
* Le module est opérationnel.
+
* Module can now be activated.
  
= Paramétrage =
+
= Setup =
A compléter
+
To complete
  
= Utilisation =
+
= Usage =
A compléter
+
To complete
  
= Développement =
+
= Development =
A compléter
+
To complete

Revision as of 17:14, 29 April 2009

Features

Add into Dolibarr, the capability to be a Bit Torrent tracker. This means you are able to serve files to the world on the Bit Torrent network with no need of external web sites or tools.

Install

  • Download tgz file from Dolibarr web site DoliStore.com.
  • Put the file into Dolibarr root directory.
  • Uncompress fil with command
tar -xvf fileofmodule.tgz
  • Module can now be activated.

Setup

To complete

Usage

To complete

Development

To complete