Doc
This commit is contained in:
parent
2e8ce5e513
commit
4736f07889
13
README
13
README
@ -53,20 +53,13 @@ To upgrade Dolibarr from an old version to this one:
|
|||||||
|
|
||||||
- If you came from a beta version or from any version x.y.z to any
|
- If you came from a beta version or from any version x.y.z to any
|
||||||
other where x or y number differs, you must call the Dolibarr "install/"
|
other where x or y number differs, you must call the Dolibarr "install/"
|
||||||
page in your browser.
|
page in your browser (this should be done automatically at first dolibarr
|
||||||
Url might be for example:
|
access).
|
||||||
|
This URL should looks like:
|
||||||
http://localhost/dolibarr/htdocs/install/
|
http://localhost/dolibarr/htdocs/install/
|
||||||
or
|
or
|
||||||
http://yourdolibarrhost/install/index.php
|
http://yourdolibarrhost/install/index.php
|
||||||
|
|
||||||
To know what is exactly correct URL for "install/" page, take URL you use
|
|
||||||
to go on login page. It it ends with "index.php", remove it. Then add
|
|
||||||
"install/" at the end.
|
|
||||||
For example, if your login page is:
|
|
||||||
http://yourdolibarrhost/something/index.php
|
|
||||||
Then, your "install/" pages will be
|
|
||||||
http://yourdolibarrhost/something/install/
|
|
||||||
|
|
||||||
Then choose the "update" option according to your case.
|
Then choose the "update" option according to your case.
|
||||||
Note: Migrate process can be ran safely several times.
|
Note: Migrate process can be ran safely several times.
|
||||||
|
|
||||||
|
|||||||
12
README-FR
12
README-FR
@ -53,19 +53,13 @@ Pour mettre a jour Dolibarr depuis une vieille version vers celle ci:
|
|||||||
il n'y a pas besoin de migration de données.
|
il n'y a pas besoin de migration de données.
|
||||||
|
|
||||||
- Si vous venez d'une beta ou d'un version x.y.z vers une autre ou les numeros x
|
- Si vous venez d'une beta ou d'un version x.y.z vers une autre ou les numeros x
|
||||||
ou y varient, vous devez appelez la page de migration dans votre navigateur:
|
ou y varient, vous devez appelez la page "install/" de migration dans votre
|
||||||
|
navigateur (ceci doit se faire automatiquement au premier accès de l'application).
|
||||||
|
Ce sera une URL du genre:
|
||||||
http://localhost/dolibarr/htdocs/install/index.php
|
http://localhost/dolibarr/htdocs/install/index.php
|
||||||
ou
|
ou
|
||||||
http://yourdolibarrhost/install/index.php
|
http://yourdolibarrhost/install/index.php
|
||||||
|
|
||||||
Pour savoir quelle est l'URL exactement de la page "install/", prenez l'URL que
|
|
||||||
vous utilisez pour vous loguer. Si elle se termine par "index.php", enlevez le.
|
|
||||||
Dans tous les cas, ajouter ensuite "install/" à la fin.
|
|
||||||
Par exemple, si votre page de connexion est:
|
|
||||||
http://yourdolibarrhost/something/index.php
|
|
||||||
Alors la page "install/" sera
|
|
||||||
http://yourdolibarrhost/something/install/
|
|
||||||
|
|
||||||
Ensuite, choisir l'option de "mise a jour" en rapport avec votre cas.
|
Ensuite, choisir l'option de "mise a jour" en rapport avec votre cas.
|
||||||
Note: Le processus de migration peut etre lance plusieurs fois sans risque.
|
Note: Le processus de migration peut etre lance plusieurs fois sans risque.
|
||||||
|
|
||||||
|
|||||||
@ -9,8 +9,8 @@
|
|||||||
// Reference language: en_US
|
// Reference language: en_US
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
DIRECTION=ltr
|
DIRECTION=ltr
|
||||||
FONTFORPDF=chinese
|
#FONTFORPDF=chinese
|
||||||
#FONTFORPDF=stsongstdlight
|
FONTFORPDF=stsongstdlight
|
||||||
#FONTSIZEFORPDF=9
|
#FONTSIZEFORPDF=9
|
||||||
SeparatorDecimal=.
|
SeparatorDecimal=.
|
||||||
SeparatorThousand=None
|
SeparatorThousand=None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user