Update doc

This commit is contained in:
Laurent Destailleur 2011-11-06 01:39:52 +01:00
parent 2240f5db44
commit 02a70efdf5
2 changed files with 8 additions and 4 deletions

6
README
View File

@ -23,8 +23,10 @@ You can download this at:
http://www.dolibarr.org/downloads/ http://www.dolibarr.org/downloads/
If you already have installed a Web server and a Mysql database, you can If you already have installed a Web server and a Mysql database, you can
install this version like this: install the standard version like this:
- Uncompress the downloaded archive.
- Copy directory "dolibarr" and all its files inside your web server root, - Copy directory "dolibarr" and all its files inside your web server root,
or copy directory anywhere and set up your web server to use "dolibarr/htdocs" or copy directory anywhere and set up your web server to use "dolibarr/htdocs"
as root for a new web server virtual host (second choice need to be web as root for a new web server virtual host (second choice need to be web
@ -70,7 +72,7 @@ To upgrade Dolibarr from an old version to this one:
III - WHAT'S NEW III - WHAT'S NEW
---------------- ----------------
See ChangeLog file. See ChangeLog file found into package.

View File

@ -9,7 +9,9 @@ If you have no technical knowledge, and you are looking for an autoinstaller to
You can download this at: [Official website] (http://www.dolibarr.org/downloads/) You can download this at: [Official website] (http://www.dolibarr.org/downloads/)
If you already have installed a Web server and a Mysql database, you can install this version like this: If you already have installed a Web server and a Mysql database, you can install the standard version like this:
- Uncompress the downloaded archive.
- Copy directory "dolibarr" and all its files inside your web server root, or copy directory anywhere and set up your web server to use "dolibarr/htdocs" as root for a new web server virtual host (second choice need to be server administrator). - Copy directory "dolibarr" and all its files inside your web server root, or copy directory anywhere and set up your web server to use "dolibarr/htdocs" as root for a new web server virtual host (second choice need to be server administrator).
@ -52,7 +54,7 @@ Note: Migrate process can be ran safely several times.
## WHAT'S NEW ## WHAT'S NEW
See ChangeLog file. See ChangeLog file found into package.