Domino One Touch install on Ubuntu and Debian
Daniel Nashed – 6 November 2021 18:16:21
I am still not a big fan of Domino on Ubuntu or Debian. And it still makes a lot of sense to stay on platforms that are close to the two fully supported platforms RHEL and SLES!!!
But specially for me testing software and also supporting my start scripts, this installer makes a lot of sense to support those platforms.
For Ubuntu and Debian I needed the work-around to change the shell from dash to bash during install.
I updated also the components for Photon OS.
There are a lot of differences in detail and I really had to check each individual platform.
Specially for glibc language support there are differences. But also packages differ.
This shows again Linux is not Linux!
But finally with quite some tweaks it works on all the platforms including full platform detection.
If you uploaded the software to a server you can use this simple command-line to install Domino:
export DOWNLOAD_FROM=http://download.acme.com; curl -sL https://github.com/IBM/domino-docker/raw/develop/start_script/install_domino.sh | bash -
Then run the One-touch setup configuration for Domino 12.
domino setup
And finally start your server
domino start
Finally launch the console via
domino console
Even I added the other platforms, you should stay with CentOS Stream 8, Rocky Linux or Alma Linux if you want a free distribution.
Ubuntu and Debian are really only for those who are long time Ubuntu or Debian geeks..
-- Daniel
- Comments [2]
1Henning Heinz 07.11.2021 11:12:15 Domino One Touch install on Ubuntu and Debian
Especially since I know that you are not a big fan of Debian (for Domino) I really do appreciate your work in this area.
Thank you.
2Daniel Nashed 07.11.2021 19:32:21 Domino One Touch install on Ubuntu and Debian
@Henning, how that HCL supports other platforms I have to also provide some basic support.
And as you know me I am always trying to get things done right.
With the One-touch install + One-touch setup support you can build your Domino server with the start script for testing in 5 minutes end to end :-)
So I can spin off a Hetzner virtual server any time to do a new setup.
And of course I added servers to my zoo in my lab ..
Still the current versions have a too new kernel and we have to wait for support ..
-- Daniel