From 2a90f177176bbca80bff273633a4001cfe6ef1e0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 30 Jan 2012 01:31:00 +0100 Subject: [PATCH] Update doc --- README.md | 8 +++++--- build/launchpad/README | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 649067e4b67..d61e62fb701 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build/launchpad/README b/build/launchpad/README index 50c7ff4bc5e..68794bf0b1a 100644 --- a/build/launchpad/README +++ b/build/launchpad/README @@ -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 -- GitLab