Difference between revisions of "Template:InstallModuleEn"
Jump to navigation
Jump to search
m (Created page with '* download the tgz file from web site {{LinkToPluginDownload}} * Put the file into the root directory of Dolibarr. * Uncompress the file with command <pre> tar -xvf mymodulefile....') |
m |
||
Line 1: | Line 1: | ||
− | * | + | * Download the tgz file of module from web site {{LinkToPluginDownload}} |
* Put the file into the root directory of Dolibarr. | * Put the file into the root directory of Dolibarr. | ||
* Uncompress the file with command | * Uncompress the file with command |
Revision as of 11:56, 3 August 2009
- Download the tgz file of module from web site DoliStore.com
- Put the file into the root directory of Dolibarr.
- Uncompress the file with command
tar -xvf mymodulefile.tgz
- Module is ready to be activated.