Update doc
This commit is contained in:
parent
f5ade2b40e
commit
c0270c6c07
@ -8,7 +8,8 @@ automatically Dolibarr packages.
|
|||||||
There are several tools:
|
There are several tools:
|
||||||
|
|
||||||
- To build full Dolibarr packages, launch the script
|
- To build full Dolibarr packages, launch the script
|
||||||
> perl makepack-dolibarr.pl
|
> Edit version in makepack-dolibarr.pl file.
|
||||||
|
> Launch command perl makepack-dolibarr.pl
|
||||||
|
|
||||||
- To build a translaction package, launch the script
|
- To build a translaction package, launch the script
|
||||||
> perl makepack-dolibarrlang.pl
|
> perl makepack-dolibarrlang.pl
|
||||||
@ -26,7 +27,7 @@ Dolibarr working. It is here only to build Dolibarr packages, and those
|
|||||||
generated packages will not contains this "build" directory.
|
generated packages will not contains this "build" directory.
|
||||||
|
|
||||||
|
|
||||||
We can find in "build", folowing sub-directories:
|
We can find in "build", following sub-directories:
|
||||||
|
|
||||||
* deb:
|
* deb:
|
||||||
To build Debian package.
|
To build Debian package.
|
||||||
@ -38,7 +39,8 @@ To build Redhat or Mandrake package.
|
|||||||
To build tgz package (containing Dolibarr files et setup documentation).
|
To build tgz package (containing Dolibarr files et setup documentation).
|
||||||
|
|
||||||
* exe:
|
* exe:
|
||||||
To build exe package for Windows.
|
To build exe package for Windows that distribute Dolibarr sources or
|
||||||
|
to build the complete DoliWamp package.
|
||||||
|
|
||||||
* pad:
|
* pad:
|
||||||
To build a PAD file descriptor to promote Dolibarr new versions.
|
To build a PAD file descriptor to promote Dolibarr new versions.
|
||||||
|
|||||||
@ -7,8 +7,9 @@ Les sous r
|
|||||||
requis pour packager Dolibarr de manière automatisé.
|
requis pour packager Dolibarr de manière automatisé.
|
||||||
On trouve plusieurs outils:
|
On trouve plusieurs outils:
|
||||||
|
|
||||||
- Pour construire un package Dolibarr complet, il suffit de lancer le script
|
- Pour construire un package Dolibarr complet, il suffit de
|
||||||
> perl makepack-dolibarr.pl
|
> Editer la version dans le fichier makepack-dolibarr.pl
|
||||||
|
> Lancer la commande perl makepack-dolibarr.pl
|
||||||
|
|
||||||
- Pour construire un package d'une traduction, il suffit de lancer le script
|
- Pour construire un package d'une traduction, il suffit de lancer le script
|
||||||
> perl makepack-dolibarrlang.pl
|
> perl makepack-dolibarrlang.pl
|
||||||
@ -20,12 +21,13 @@ On trouve plusieurs outils:
|
|||||||
> perl makepack-dolibarrmodule.pl
|
> perl makepack-dolibarrmodule.pl
|
||||||
|
|
||||||
- Pour construire un package DoliWamp autoexe:
|
- Pour construire un package DoliWamp autoexe:
|
||||||
> Installer InnoSetup
|
> Installer InnoSetup (http://www.jrsoftware.org)
|
||||||
> Installer WampServer dans "C:\Program Files\Wamp"
|
> Installer WampServer dans "C:\Program Files\Wamp" (http://www.wampserver.com)
|
||||||
> Installer les addon WampServer afin d'y mettre les versions:
|
> Installer les addon WampServer afin d'y mettre les versions:
|
||||||
Apache2.2.6, Mysql5.0.45, Php5.2.5
|
Apache2.2.6, Mysql5.0.45, Php5.2.5
|
||||||
> Modifier dans le fichier build/exe/doliwamp2.4.iss la variable SourceDir
|
> Modifier dans le fichier build/exe/doliwamp2.4.iss la variable SourceDir
|
||||||
afin d'y mettre le repository Dolibarr.
|
afin d'y mettre le repository Dolibarr.
|
||||||
|
> Modifier AppVerName et OutputBaseFilename.
|
||||||
> Lancer innosetup, ouvrir le fichier build/exe/doliwamp2.4.iss et cliquer sur
|
> Lancer innosetup, ouvrir le fichier build/exe/doliwamp2.4.iss et cliquer sur
|
||||||
le bouton "Compile". Le fichier .exe sera fabriqué dans le répertoire build.
|
le bouton "Compile". Le fichier .exe sera fabriqué dans le répertoire build.
|
||||||
|
|
||||||
@ -51,7 +53,8 @@ Fichier de config pour construire un package tgz (ne contenant que les
|
|||||||
fichiers et instructions d'installation manuelle).
|
fichiers et instructions d'installation manuelle).
|
||||||
|
|
||||||
* exe:
|
* exe:
|
||||||
Fichier de config pour construire un package exe pour Windows.
|
Fichier de config pour construire un package exe pour Windows des sources
|
||||||
|
ou pour construire l'assistant d'installation complet DoliWamp.
|
||||||
|
|
||||||
* pad:
|
* pad:
|
||||||
Fichier de config pour construire un fichier descriptif PAD pour la promotion
|
Fichier de config pour construire un fichier descriptif PAD pour la promotion
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
- Update version number in makepack-dolibarr.pl file
|
- Update version number in makepack-dolibarr.pl file
|
||||||
- Update version number in htdocs/master.inc.php
|
- Update version number in htdocs/master.inc.php
|
||||||
- Update version number in htdocs/install/inc.php
|
- Update version number in htdocs/install/inc.php
|
||||||
|
- Run dolibarr_mysql2pgsql.pl
|
||||||
- Update PAD files
|
- Update PAD files
|
||||||
- Commit all changes and add a CVS Tag
|
- Commit all changes and add a CVS Tag
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user