Most Powerful Open Source ERP

Can't deploy erp5

  • Last Update:2019-12-13
  • Version:001
  • Language:en
Document Reference
Can't deploy erp5
Publication Information
Embedded

We tryng to install https://www.erp5.com/deploy in our company, but no succeded. We have ubuntu 

Distributor ID: Ubuntu
Description:    Ubuntu 16.04.6 LTS
Release:        16.04
Codename:       xenial
 

At the 1st step we got the same https://www.erp5.com/forum/ERP5-wont-install-on-a-Linux-VM-FbAx5kNAac error ( u'ffff:ffff:ffff:ffff::/64' is not a valid IPv6 address string! ) . But is was gone with ubuntu upgrade. New we got the following error:

Traceback (most recent call last):
  File "/opt/slapos/eggs/slapos.core-1.5.4-py2.7.egg/slapos/grid/slapgrid.py", line 1335, in processComputerPartitionList
    self.processComputerPartition(computer_partition)
  File "/opt/slapos/eggs/slapos.core-1.5.4-py2.7.egg/slapos/grid/slapgrid.py", line 1226, in processComputerPartition
    raise e
IOError: Software Release https://lab.node.vifib.com/nexedi/slapos/raw/1.0.112/software/erp5/software.cfg is not correctly installed.
Missing file: /opt/slapgrid/5b41896bce906eba84123c9581f4751d/instance.cfg
 

 

Is there software.cfg ok (I see fail message)?

 

[buildout]
extends =
  ../../stack/erp5/buildout.cfg
# Test Suite: ERP5-MASTER ran at 2019/06/20 17:16:16.546716 UTC
#             10 failures, 0 errors, 6038 total, status: FAIL
[erp5]
revision = 80994259537cc30d255d9230aabaf47dce621bf8

 

How we can fix this issue?