Skip to content

Commit

Permalink
Merge pull request #289 from jburel/debian10
Browse files Browse the repository at this point in the history
Debian10
  • Loading branch information
jburel authored Jul 10, 2024
2 parents c728a3e + 5448c9b commit 301c6ea
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 223 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [rockylinux9, debian10, ubuntu2204]
os: [rockylinux9, ubuntu2204]
pg: [pg13, pg14, pg15, pg16]
exclude:
- os: ubuntu2204
pg: pg13
- os: debian10
pg: pg15
- os: debian10
pg: pg16
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ Example OMERO Linux install scripts
===================================

This directory contains examples of installing OMERO on clean
Ubuntu 22.04, Ubuntu 20.04, Debian 10, Rocky Linux 9 64-bit systems, see
Ubuntu 22.04, Ubuntu 20.04, Rocky Linux 9 64-bit systems, see
https://docs.openmicroscopy.org/latest/omero/sysadmins/unix/server-installation.html

Copy the files from this directory, then run one of the install scripts,

bash install_ubuntu2204.sh
bash install_debian10.sh
bash install_ubuntu2204.sh
bash install_ubuntu2004.sh
bash install_rocky9.sh

Expand Down
4 changes: 2 additions & 2 deletions linux/autogenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "${l}"

#generate the walkthrough for all supported os
function generate_all() {
values=(debian10 ubuntu2004 ubuntu2204 rocky9)
values=(ubuntu2004 ubuntu2204 rocky9)
for os in "${values[@]}"; do
echo "${os}"
generate ${os}
Expand All @@ -34,7 +34,7 @@ set -e -u -x
EOF

N=$OS
if [[ $OS =~ "debian" ]] || [[ $OS =~ "ubuntu" ]] ; then
if [[ $OS =~ "ubuntu" ]] ; then
N="ubuntu"
elif [[ $OS =~ "rocky" ]] ; then
N="rocky"
Expand Down
48 changes: 0 additions & 48 deletions linux/install_debian10.sh

This file was deleted.

8 changes: 0 additions & 8 deletions linux/setup_centos_selinux.sh

This file was deleted.

5 changes: 0 additions & 5 deletions linux/step01_debian10_deps.sh

This file was deleted.

30 changes: 0 additions & 30 deletions linux/step01_debian10_ice_deps.sh

This file was deleted.

18 changes: 0 additions & 18 deletions linux/step01_debian10_ice_venv.sh

This file was deleted.

11 changes: 0 additions & 11 deletions linux/step01_debian10_java_deps.sh

This file was deleted.

31 changes: 0 additions & 31 deletions linux/step01_debian10_pg_deps.sh

This file was deleted.

9 changes: 0 additions & 9 deletions linux/step04_centos7_ciphers.sh

This file was deleted.

9 changes: 0 additions & 9 deletions linux/step06_centos7_daemon.sh

This file was deleted.

13 changes: 6 additions & 7 deletions linux/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ To generate all the walkthroughs, run the following command

To generate a specific walkthrough, run the following command

OS=debian10 ALL=false bash autogenerate.sh
OS=ubuntu2204 ALL=false bash autogenerate.sh

The possible values are:
ubuntu2004, ubuntu2204, debian10, rocky9 (default)
ubuntu2004, ubuntu2204, rocky9 (default)

Configuring Java
----------------
Expand All @@ -69,8 +69,7 @@ openjdk1.8, openjdk1.8-devel, openjdk11 (default), openjdk11-devel
If you do not want to install Java set JAVAVER to nojava.

To add a new Java version, update the following files:
`step01_centos_java_deps.sh`, `step01_ubuntu_java_deps.sh`,
`step01_debian10_java_deps.sh`
`step01_ubuntu_java_deps.sh`
and update this README.md.

Configuring Postgres
Expand All @@ -83,7 +82,7 @@ For example:

PGVER=pg15 ./docker-build.sh rocky9

It is not necessary to specify the version when running Ubuntu/Debian image.
It is not necessary to specify the version when running Ubuntu image.

For example:

Expand All @@ -97,8 +96,8 @@ If you do not want to install Postgres set PGVER to nopg.

To add a new Postgres version, update the following files:
`step01_rocky9_deps.sh`,
`step01_ubuntu2004_pg_deps.sh`, `step01_ubuntu2204_pg_deps.sh`,
`step01_debian10_pg_deps.sh` and update this README.md.
`step01_ubuntu2004_pg_deps.sh`, `step01_ubuntu2204_pg_deps.sh`
and update this README.md.

Configuring Ice
---------------
Expand Down
26 changes: 0 additions & 26 deletions linux/test/debian10/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions linux/test/debian10/run.sh

This file was deleted.

0 comments on commit 301c6ea

Please sign in to comment.