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 (→Manually) Tag: 2017 source edit |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | * | + | == 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. | * Put the file into the root directory of Dolibarr. | ||
− | * Uncompress the file with command | + | * Uncompress the archive file, for example with command |
− | < | + | <syntaxhighlight lang="bash"> |
− | + | unzip modulefile.zip | |
− | </ | + | </syntaxhighlight> |
− | * Module is | + | * Module is then visible into list of available modules ('''Home -> Setup -> Modules''') and can be activated. |
Latest revision as of 17:12, 27 January 2021
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.