Difference between revisions of "Template:InstallModuleEn"

From Dolibarr ERP CRM Wiki
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....')
 
Tag: 2017 source edit
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* download the tgz file from web site {{LinkToPluginDownload}}
+
== 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
<pre>
+
<syntaxhighlight lang="bash">
tar -xvf mymodulefile.tgz
+
unzip modulefile.zip
</pre>
+
</syntaxhighlight>
* Module is ready to be activated.
+
* 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.