Discussion:
[Erp5-dev] Error ERP installation using SlapOs
Matthias Scheele
2012-02-09 15:00:28 UTC
Permalink
Hello,

I am trying to follow:

http://www.slapos.org/wiki/osoe-Lecture.SlapOS.Extended/developer-Installing.SlapOS.Slave.Node.Source

Following steps were ok:

- requirements
- add computer(server) to Vifib
- store key and certificate
- activated ipv6 (using free.fr)

SlapOSBootstrap fails:

My script is copy paste from the tutorial and results in:

mkdir: cannot create directory `/opt/slapos': File exists
Downloading
http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Installing 'zc.buildout', 'setuptools'.
We have the best distribution that satisfies 'zc.buildout'.
Picked: zc.buildout = 1.5.2
We have the best distribution that satisfies 'setuptools'.
Picked: setuptools = 0.6c12dev-r88846
While:
Installing.
Error: Missing option: buildout:parts


- What could be the problem here?
- is the above mentioned link still the simplest way to install ERP5 with
SlapOs?

Appreciate your input,
regards,
Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20120209/6b0dba1b/attachment.htm>
Cédric de Saint Martin
2012-02-09 15:51:19 UTC
Permalink
Hi Matthias,
Post by Matthias Scheele
Hello,
http://www.slapos.org/wiki/osoe-Lecture.SlapOS.Extended/developer-Installing.SlapOS.Slave.Node.Source
- requirements
- add computer(server) to Vifib
- store key and certificate
- activated ipv6 (using free.fr)
mkdir: cannot create directory `/opt/slapos': File exists
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Installing 'zc.buildout', 'setuptools'.
We have the best distribution that satisfies 'zc.buildout'.
Picked: zc.buildout = 1.5.2
We have the best distribution that satisfies 'setuptools'.
Picked: setuptools = 0.6c12dev-r88846
Installing.
Error: Missing option: buildout:parts
- What could be the problem here?
The content of buildout.cfg, used to install slapos, cannot be parsed by buildout : there must miss something in this file. Can you paste it here?

the content should be like :

[buildout]
extends = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/tags/slapos-0.61:/component/slapos/buildout.cfg
Post by Matthias Scheele
- is the above mentioned link still the simplest way to install ERP5 with SlapOs?
No. This is to understand SlapOS. We created a Debian package, but it has not been extensively tested yet :
http://www.nexedi.org/static/debian/pool/main/s/slapos.node/
We are working to test this debian package and have it automatically updated/tested. We will also do the same for RPM package.

Regards,
Cedric
Post by Matthias Scheele
Appreciate your input,
regards,
Matthias
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
https://mail.tiolive.com/mailman/listinfo/erp5-dev
---------------------
C?dric de Saint Martin,
SlapOS Community Manager @ ViFiB
http://www.slapos.org
+33 6 81 85 97 18




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20120209/49b012d5/attachment.htm>
Matthias Scheele
2012-02-09 21:16:35 UTC
Permalink
Hi Cedric,

excellent!
My fault of course.
The buildout.cfg had the correct content but it was all in ONE single line
which was not ok.
I changed the script so that it looks exactly like you wrote, and all went
fine and in the end about 12 scripts were generated.
I will carry on with this tutorial.

Question:
This is only the SlapOs Slave node. What is the best tutorial to get ERP5
up and running afterwards?

Regards
Matthias




Le 9 f?vrier 2012 16:51, C?dric de Saint Martin <cedric.dsm at tiolive.com> a
Post by Cédric de Saint Martin
Hi Matthias,
Hello,
http://www.slapos.org/wiki/osoe-Lecture.SlapOS.Extended/developer-Installing.SlapOS.Slave.Node.Source
- requirements
- add computer(server) to Vifib
- store key and certificate
- activated ipv6 (using free.fr)
mkdir: cannot create directory `/opt/slapos': File exists
Downloading
http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Installing 'zc.buildout', 'setuptools'.
We have the best distribution that satisfies 'zc.buildout'.
Picked: zc.buildout = 1.5.2
We have the best distribution that satisfies 'setuptools'.
Picked: setuptools = 0.6c12dev-r88846
Installing.
Error: Missing option: buildout:parts
- What could be the problem here?
The content of buildout.cfg, used to install slapos, cannot be parsed by
buildout : there must miss something in this file. Can you paste it here?
[buildout]
extends =
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/tags/slapos-0.61:/component/slapos/buildout.cfg
- is the above mentioned link still the simplest way to install ERP5 with SlapOs?
No. This is to understand SlapOS. We created a Debian package, but it has
http://www.nexedi.org/static/debian/pool/main/s/slapos.node/
We are working to test this debian package and have it automatically
updated/tested. We will also do the same for RPM package.
Regards,
Cedric
Appreciate your input,
regards,
Matthias
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
https://mail.tiolive.com/mailman/listinfo/erp5-dev
---------------------
C?dric de Saint Martin,
http://www.slapos.org
+33 6 81 85 97 18
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
https://mail.tiolive.com/mailman/listinfo/erp5-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20120209/b2bcfb34/attachment.htm>
Jean-Paul Smets
2012-02-09 15:40:16 UTC
Permalink
Hi,

C?dric will help you on this. He is in charge of SlapOS community and
recently taught how to install ERP5 to a couple of developers incl.me.

There is also a Debian package (please do not use the one in official
Debian repos. on Ubuntu since Ubuntu introduced "features" in python
which can cause some pytjon Debian packages to fail on Ubuntu).

It would also be a good occasion to try the new "binary cache" in
SlapOS. This binary cache takes a snapshot of a buildout result on one
server and uploads it to a cache. Another server with the same specs
thus does not need to launch buildout again. X509 signatures to create
some trust on binaries.

Regards,

JPS.
Post by Matthias Scheele
Hello,
http://www.slapos.org/wiki/osoe-Lecture.SlapOS.Extended/developer-Installing.SlapOS.Slave.Node.Source
"
- requirements
- add computer(server) to Vifib
- store key and certificate
- activated ipv6 (using free.fr <http://free.fr/>)
mkdir: cannot create directory `/opt/slapos': File exists
Downloading
http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Installing 'zc.buildout', 'setuptools'.
We have the best distribution that satisfies 'zc.buildout'.
Picked: zc.buildout = 1.5.2
We have the best distribution that satisfies 'setuptools'.
Picked: setuptools = 0.6c12dev-r88846
Installing.
Error: Missing option: buildout:parts
- What could be the problem here?
- is the above mentioned link still the simplest way to install ERP5
with SlapOs?
Appreciate your input,
regards,
Matthias
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
https://mail.tiolive.com/mailman/listinfo/erp5-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20120209/cdff7af9/attachment.htm>
Loading...