Mise a jour doc install

This commit is contained in:
Laurent Destailleur 2006-10-24 21:48:16 +00:00
parent a3b761b44d
commit 5edbacef75
2 changed files with 30 additions and 28 deletions

6
README
View File

@ -24,7 +24,7 @@ To install Dolibarr:
made on first step: made on first step:
http://localhost/dolibarr/htdocs/install/index.php http://localhost/dolibarr/htdocs/install/index.php
or or
http://yourdolibarrhost/install/index.php http://yourdolibarrvirtualhost/install/index.php
- Follow instructions provided by installer... - Follow instructions provided by installer...
@ -34,11 +34,11 @@ II - DOLIBARR UPGRADE
To upgrade Dolibarr from an old version to this one: To upgrade Dolibarr from an old version to this one:
- Overwrite all old files inside old 'dolibarr' directory by files - Overwrite all old files inside old 'dolibarr' directory by files
provided into new version package. provided into new version package.
- From your browser, call the dolibarr install page: - From your browser, call the Dolibarr install page:
http://localhost/dolibarr/htdocs/install/index.php http://localhost/dolibarr/htdocs/install/index.php
or or
http://yourdolibarrhost/install/index.php http://yourdolibarrhost/install/index.php
and choose the "migrate" option. and choose the "update" option.
Note: Migrate process can ben runned safely several times. Note: Migrate process can ben runned safely several times.

View File

@ -13,37 +13,39 @@ Documentation d
I - INSTALLER DOLIBARR I - INSTALLER DOLIBARR
---------------------- ----------------------
To install Dolibarr: Pour installer Dolibarr:
- Copy directory 'dolibarr' and all its files inside your web server root, - Copier le répertoire 'dolibarr' et tous ses fichiers dans la racine de
or set up your web server to use dolibarr/htdocs as root for a new web votre serveur web or configurer votre serveur pour utiliser
server virtual host (second choice need to be web server administrator). dolibarr/htdocs comme racine d'un nouveau virtual host (ce second choix
- Create an empty mysql database (postgresql support is experimental). requiert des compétences et habilitations en administration du serveur web).
- Set write permissions on directory 'dolibarr/htdocs/conf' for your web - Creée une base vide mysql (support postgresql experimentale).
server user (write permissions will be removed once install is finished). - Définissez les permissions sur le répertoire 'dolibarr/htdocs/conf' pour votre
- From your browser, call the dolibarr install page. Url depends on choice user du serveur web (les permissions en écriture seront supprimés une fois
made on first step: l'installation terminée).
- Depuis votre navigateur, appeler la page install de dolibarr. L'url depend du
choix fait à la première étape:
http://localhost/dolibarr/htdocs/install/index.php http://localhost/dolibarr/htdocs/install/index.php
or ou
http://yourdolibarrhost/install/index.php http://yourdolibarrvirtualhost/install/index.php
- Follow instructions provided by installer... - Suivez les instructions fournis par l'installeur...
II - DOLIBARR UPGRADE II - DOLIBARR UPGRADE
--------------------- ---------------------
To upgrade Dolibarr from an old version to this one: Pour mettre à jour Dolibarr depuis une vieille version vers celle ci:
- Overwrite all old files inside old 'dolibarr' directory by files - Ecraser les vieux fichiers dans le vieux répertoire 'dolibarr' par les fichiers
provided into new version package. fournis dans ce nouveau package.
- From your browser, call the dolibarr install page: - Depuis votre navigateur, appeler la page install Dolibarr:
http://localhost/dolibarr/htdocs/install/index.php http://localhost/dolibarr/htdocs/install/index.php
or ou
http://yourdolibarrhost/install/index.php http://yourdolibarrhost/install/index.php
and choose the "migrate" option. et choisir l'option "mettre à jour".
Note: Migrate process can ben runned safely several times. Note: Le processus de migration peut etre lancé plusieurs fois sans risque.
III - WHAT'S NEW III - CE QUI EST NOUVEAU
---------------- ------------------------
- Added an installer. - Added an installer.
- Support user and groups permissions. - Support user and groups permissions.
@ -78,8 +80,8 @@ III - WHAT'S NEW
- Support for PHP5 - Support for PHP5
IV - WHAT DOLIBARR CAN DO IV - CE QUE DOLIBARR PEUT FAIRE
------------------------- -------------------------------
Main modules: Main modules:
- Products and services catalog - Products and services catalog
@ -118,8 +120,8 @@ Miscellanous:
- Works with PHP 4.1 or higher. - Works with PHP 4.1 or higher.
V - WHAT DOLIBARR CAN'T DO YET (TODO LIST) V - CE QUE DOLIBARR NE PEUT PAS FAIRE (TACHES A FAIRE)
------------------------------------------ ------------------------------------------------------
Voici un liste de fonctionnalités pas encore gérées par Dolibarr: Voici un liste de fonctionnalités pas encore gérées par Dolibarr:
- "TVA NPR" (TVA "Non Perçue Récupérable"). - "TVA NPR" (TVA "Non Perçue Récupérable").
- Pas de compta (uniquement gestion de trésorerie). - Pas de compta (uniquement gestion de trésorerie).