[Erp5-users] Installation on ubuntu

bartek bartek at gorny.edu.pl
Tue Jan 4 09:44:41 CET 2011


On Tue, 4 Jan 2011 09:08:42 +0300
Collins Areba <arebacollins at gmail.com> wrote:

> hello, totally new to ERP5 and plone, but not a stranger to linux. So
> i tried to install it in ubuntu, cant be that hard can it? HOW WRONG
> I WAS.

Use Boris's buildout from raskon - I did it yesterday, and it is quite
all right.

First make sure you have the following packages:
mercurial
git
subversion
python-dev
libssl-dev
libxslt-dev

(I think this is all, though I might have omitted something).

Then:
hg clone http://www.raskon.org/hg/erp5-buildout
cd erp5-buildout
cp bootstrap.cfg.template bootstrap.cfg
python -S bootstrap.py
bin/buildout

Bartek


More information about the Erp5-users mailing list