Update doc

This commit is contained in:
Laurent Destailleur 2012-01-30 01:31:00 +01:00
parent aefc8c6545
commit 2a90f17717
2 changed files with 7 additions and 5 deletions

View File

@ -23,7 +23,8 @@ Url depends on choice made on first step:
http://localhost/dolibarr/htdocs/install/ http://localhost/dolibarr/htdocs/install/
or or
http://localhost/dolibarr/install/
or
http://yourdolibarrvirtualhost/install/ http://yourdolibarrvirtualhost/install/
- Follow instructions provided by installer... - Follow instructions provided by installer...
@ -44,8 +45,9 @@ This URL should looks like:
http://localhost/dolibarr/htdocs/install/ http://localhost/dolibarr/htdocs/install/
or or
http://localhost/dolibarr/install/
http://yourdolibarrhost/install/index.php or
http://yourdolibarrhost/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.

View File

@ -10,7 +10,7 @@ a package onto LaunchPad
# This is standard command to work on RPM packaging: # This is standard command to work on RPM packaging:
# #
# To install all packagers tools: # To install all packagers tools:
# apt-get install bzr-builder bzr pbuilder # sudo apt-get install bzr-builder bzr dpatch pbuilder debootstrap devscripts
# Init local working env # Init local working env
- Create account on launchpad.org - Create account on launchpad.org
@ -23,7 +23,7 @@ a package onto LaunchPad
- Create a file /.pbuilderrc with content - Create a file /.pbuilderrc with content
COMPONENTS="main universe multiverse restricted" COMPONENTS="main universe multiverse restricted"
- Create chroot ubuntu env - Create chroot ubuntu env
sudo pbuilder create sudo pbuilder create [--distribution sid|squeeze]
# Init package tools for launchpad # Init package tools for launchpad
- Create a Bazaar directory - Create a Bazaar directory