Skip to content

Commit

Permalink
Add instruction to add debian repository
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 28, 2012
1 parent b2522f5 commit 1d10db6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions build/launchpad/README
Expand Up @@ -61,5 +61,25 @@ DEBEMAIL="<Your email address>"
sudo pbuilder build <working-dir>/<project>_<version>.dsc sudo pbuilder build <working-dir>/<project>_<version>.dsc




# To get/download package:
Add signing key of the Launchpad repository:
> gpg --keyserver keyserver.ubuntu.com --recv-key A38BF8FD
> sudo apt-key add ~/.gnupg/pubring.gpg

Add Dolibarr Launchpad repository to your system setup by adding the two lines to /etc/apt/sources.list
For the development snapshot version:
deb http://ppa.launchpad.net/eldy/dolibarr-dev/ubuntu precise main
deb-src http://ppa.launchpad.net/eldy/dolibarr-dev/ubuntu precise main
For the stable version:
deb http://ppa.launchpad.net/eldy/dolibarr-stable/ubuntu precise main
deb-src http://ppa.launchpad.net/eldy/dolibarr-stable/ubuntu precise main

Update your package cache:
> apt-get update

Install Dolibarr:
> apt-get install dolibarr






0 comments on commit 1d10db6

Please sign in to comment.