Difference between revisions of "Module BitTorrent"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m
Line 8: Line 8:
  
 
= Install =
 
= Install =
* Download tgz file from Dolibarr web site {{LinkToPluginDownload}}.
+
{{InstallModuleEn}}
* Put the file into Dolibarr root directory.
 
* Uncompress fil with command
 
<pre>
 
tar -xvf fileofmodule.tgz
 
</pre>
 
* Module can now be activated.
 
  
 
= Setup =
 
= Setup =
To complete
+
{{ActivationModuleEn}}
  
 
= Usage =
 
= Usage =

Revision as of 12:02, 3 August 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

From the application

  • Download the archive file of module (.zip file)
  • Go on menu Home -> Setup -> Modules -> Deploy external module and submit the file.
  • Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.

Manually

  • Download the archive file of module (.zip file)
  • Put the file into the root directory of Dolibarr.
  • Uncompress the archive file, for example with command
unzip modulefile.zip
  • Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.

Setup

To use this module, you must first enable it using an administrator account, via the menu option "Home - Setup - Modules".

Choose the tab where the module is listed. Then click on "Activate".

The module is now activated.

If a cog icon appears Cog circle.svg on module thumb or at end of the line of the module, click on it to access the setup page specific to the module.

Usage

To complete

Development

To complete