2.5.0 setup problem

Hi @ramonski,
Thanks very much for your help.
I haven’t tried 2.5.0 in Docker.
Because i’m planning it for a production system.

The 2.4.1 with Plone 5.2.11 run in Kubuntu 18.04 very well.
when i upgrade to 2.5.0, by run “./senaitelims/bin/buildout -n”. it said Plone 5.2.14 is needed.
so i
“rm -rf buildout-cache”
“rm -rf senaitelims”
to remove all old files, then install Plone 5.2.14 and Senaite 2.5.0 totally new by following,

Setp 1 install Plone 5.2.14

wget --no-check-certificate https://launchpad.net/plone/5.2/5.2.14/+download/Plone-5.2.14-UnifiedInstaller-1.0.tgz
tar -xf Plone-5.2.14-UnifiedInstaller-1.0.tgz
cd Plone-5.2.14-UnifiedInstaller-1.0
./install.sh standalone --target=/home/senaite --instance=senaitelims --password=mypassword --with-python=/home/senaite/miniconda2/bin/python

Setup 2
edit eggs and versions in “senaitelims/buildout.cfg”
edit “senaitelims/requirements.txt”

in buildout.cfg

eggs =
Plone
senaite.lims
simplejson

[versions]
zc.buildout =
setuptools =
Pillow = 5.1.0
cssselect2 = 0.2.2
soupsieve = 1.9.5
plone.recipe.unifiedinstaller = 5.2b1
buildout.sanitycheck = 1.0.2
collective.recipe.backup = 4.1.0

in requirements.txt

setuptools == 44.1.1
zc.buildout == 2.13.3
wheel

Step 3 install requirements and Senaite 2.5.0 by run

pip install -r requirements.txt
PYTHONHTTPSVERIFY=0 buildout

the problem is very werid.
i even tried different browsers (firefox and konqueror in localhost, Microsoft Edge from remote)
the problem is still there.

1 Like