Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centos7 #2436

Merged
merged 8 commits into from
Jul 5, 2024
Merged

Centos7 #2436

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion omero/autogen_omeroweb_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export DOCVENV=${DOCVENV:-$WORKSPACE/.venv3}

$DOCVENV/bin/pip install 'ansible<2.10' jinja2==3.0.1

(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/centos7-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/ubuntu2004-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/ubuntu2204-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
(cd $WORKSPACE/omeroweb-install && $DOCVENV/bin/ansible-playbook ./.travis/../ansible/omeroweb-install-doc.yml -i ./.travis/../ansible/hosts/rockylinux9-ice3.6 --extra-vars '{"clean": True, "web_session": True}')
Expand Down
2 changes: 2 additions & 0 deletions omero/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,9 @@ def copy_legacy_redirects(app, exception):
'sysadmins/unix/server-ubuntu1804-ice36.html',
'sysadmins/unix/install-web/walkthrough/omeroweb-install-debian9-ice3.6.html',
'sysadmins/unix/server-debian9-ice36.html',
'sysadmins/unix/install-web/walkthrough/omeroweb-install-centos7-ice3.6.html',
'sysadmins/unix/install-web/walkthrough/omeroweb-install-centos8-ice3.6.html',
'sysadmins/unix/server-centos7-ice36.html',
'sysadmins/unix/server-centos8-ice36.html',
'sysadmins/server-overview.html',
'sysadmins/server-tables.html',
Expand Down
20 changes: 6 additions & 14 deletions omero/sysadmins/python3-migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,12 @@ Basic steps
Choosing a platform
-------------------

The two recommended platforms, CentOS 7 and Ubuntu 18.04, have Python 3.6 as
default installation and have therefore received the most testing which is why
Python 3.6 is the preferred version of Python.
The two recommended platforms, Rocky Linux/RHEL 9 and Ubuntu 22.04,
have Python 3.9 and 3.10 respectively as
default installation.

Both Python 3.5 and 3.7 should work and are slated to have support added, but
Python 3.6 has been the focus of testing during the migration.
All Python 3.8+ versions should work.

Similarly, other operating systems are slated for having support added, but help
from the community would be very welcome! Obvious next candidates are CentOS 8
and Ubuntu 20.04.

Debian 9 is still on Python 3.5 and Debian 10 has moved to Ice 3.7.
We have nonetheless an installation guide for Debian 9 with Python 3.5 and Ice 3.6
but an installation guide for Debian 10 with Python 3.7 and Ice 3.6.

Other prerequisites
-------------------
Expand All @@ -44,8 +36,8 @@ the current choices are:

- Ice 3.6 (non-optional)
- Java 11
- Nginx 1.14 or higher
- PostgreSQL 11
- Nginx 1.24 or higher
- PostgreSQL 13+

Other options
-------------
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="1; url=../" />
<script>
window.location.href = "../web-deployment.html"
</script>
</head>
</html>
Loading