Mise a jour doc

This commit is contained in:
Laurent Destailleur 2005-10-30 23:15:44 +00:00
parent 12516cf00a
commit cb1ada00d0

17
README
View File

@ -22,9 +22,9 @@ To install Dolibarr:
server user (write permissions will be removed once install is finished). server user (write permissions will be removed once install is finished).
- From your browser, call the dolibarr install page. Url depends on choice - From your browser, call the dolibarr install page. Url depends on choice
made on first step: made on first step:
http://localhost/dolibarr/htdocs/install/install.php http://localhost/dolibarr/htdocs/install/index.php
or or
http://yourvirtualhost/install/install.php http://yourdolibarrhost/install/index.php
- Follow instructions provided by installer... - Follow instructions provided by installer...
@ -32,11 +32,14 @@ II - DOLIBARR UPGRADE
--------------------- ---------------------
To upgrade Dolibarr from an old version to this one: To upgrade Dolibarr from an old version to this one:
- Copy all files into old directories (old files will be replaced). - Overwrite all old files inside old 'dolibarr' directory by files
- Run the migrate script available inside /mysql/migration/ to upgrade provided into new version package.
your database. - From your browser, call the dolibarr install page:
Note: Script is built to be runned safely several times. http://localhost/dolibarr/htdocs/install/index.php
Just ignore errors if it's not the first run. or
http://yourdolibarrhost/install/index.php
and choose the "migrate" option.
Note: Migrate process can ben runned safely several times.
III - WHAT'S NEW III - WHAT'S NEW