Closed jburel closed 4 years ago
[root@b9e774350374 /]# PGSETUP_INITDB_OPTIONS=--encoding=UTF8 /usr/pgsql-10/bin/postgresql-10-setup initdb
Failed to get D-Bus connection: Operation not permitted
failed to find PGDATA setting in postgresql-10.service
I see that https://py3-ci.openmicroscopy.org/jenkins/job/OMERO-docs/lastSuccessfulBuild/artifact/omero/_build/html/sysadmins/version-requirements.html lists Postgres 11 as the optimal (best tested etc) for OMERO 5.6, but this guide uses Postgres 10?
Also we specify Java 1.8 in this guide, but requirements page lists Java 11
Manually went through https://py3-ci.openmicroscopy.org/jenkins/job/OMERO-docs/lastSuccessfulBuild/artifact/omero/_build/html/sysadmins/unix/server-centos7-ice36.html on a clean CentOS 7 Docker image and all worked fine. Started server and imported an image. 👍
Ooops - I realise I used docker CentOS7 with python 2 not 3 (following my old blog post http://will-moore.github.io/omero-install-testing-with-docker/). How do I get an CentOS7 image with python3?
Sorry - ignore that - I can see that the steps involved install of python3
Merging along with https://github.com/ome/ome-documentation/pull/2038#issuecomment-561349685