Update doc
This commit is contained in:
parent
aefc8c6545
commit
2a90f17717
@ -23,7 +23,8 @@ Url depends on choice made on first step:
|
||||
|
||||
http://localhost/dolibarr/htdocs/install/
|
||||
or
|
||||
|
||||
http://localhost/dolibarr/install/
|
||||
or
|
||||
http://yourdolibarrvirtualhost/install/
|
||||
|
||||
- Follow instructions provided by installer...
|
||||
@ -44,8 +45,9 @@ This URL should looks like:
|
||||
|
||||
http://localhost/dolibarr/htdocs/install/
|
||||
or
|
||||
|
||||
http://yourdolibarrhost/install/index.php
|
||||
http://localhost/dolibarr/install/
|
||||
or
|
||||
http://yourdolibarrhost/install/
|
||||
|
||||
Then choose the "update" option according to your case.
|
||||
Note: Migrate process can be ran safely several times.
|
||||
|
||||
@ -10,7 +10,7 @@ a package onto LaunchPad
|
||||
# This is standard command to work on RPM packaging:
|
||||
#
|
||||
# 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
|
||||
- Create account on launchpad.org
|
||||
@ -23,7 +23,7 @@ a package onto LaunchPad
|
||||
- Create a file /.pbuilderrc with content
|
||||
COMPONENTS="main universe multiverse restricted"
|
||||
- Create chroot ubuntu env
|
||||
sudo pbuilder create
|
||||
sudo pbuilder create [--distribution sid|squeeze]
|
||||
|
||||
# Init package tools for launchpad
|
||||
- Create a Bazaar directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user