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

Adapt udocker installation part @ LibreOffice Guide #1178

Closed
therealsimwoe opened this issue Jan 3, 2022 · 1 comment · Fixed by #1196
Closed

Adapt udocker installation part @ LibreOffice Guide #1178

therealsimwoe opened this issue Jan 3, 2022 · 1 comment · Fixed by #1196

Comments

@therealsimwoe
Copy link

therealsimwoe commented Jan 3, 2022

In the guide for the Libreoffice Installation the installation of udocker is explained as follows:

curl https://raw.githubusercontent.com/indigo-dc/udocker/master/udocker.py > $HOME/bin/udocker

The udocker.py file does not exist anymore in this project so above request will fail. I assume the installation procedure of udocker has been adapted. As far as I can see here: https://indigo-dc.github.io/udocker/installation_manual.html it is proposed as follows:

curl -L https://github.com/indigo-dc/udocker/releases/download/v1.3.1/udocker-1.3.1.tar.gz > udocker-1.3.1.tar.gz
tar zxvf udocker-1.3.1.tar.gz
export PATH=`pwd`/udocker:$PATH

I tried this out in $HOME/bin/ and it works perfectly fine. The only thing I needed to additionally change was in the libreoffice.ini file.
Here I had to change:
command=bash -c '
%(ENV_HOME)s/bin/udocker run \

to:
command=bash -c '
%(ENV_HOME)s/bin/udocker/udocker run \

Since the udocker file is after following above procedure contained within the udocker folder.

Everything else worked perfectly fine!

Since in my opinion a new version of this guide makes sense since the current one is not working anymore due to the initial not working curl request I am proposing this here... Hope that is fine :)

//cc @jorsn

@jorsn
Copy link
Contributor

jorsn commented Jan 18, 2022

Thanks! I'll fix it.

jorsn added a commit to jorsn/uberspace-lab that referenced this issue Feb 5, 2022
nichtmax pushed a commit that referenced this issue Apr 20, 2022
…1196)

* [libreoffice] update udocker install instructions

they changed upstream

fixes #1178

* [libreoffice] update installation instruction

fixes #1192

container changed upstream, e.g. admin console URL, and docker container
libreoffice/online seems to be abandoned for the time being

* [libreoffice] allow changing the wopi host setting

The init script of the collabora CODE docker only uses
the documented 'domain' environment variable if
the 'storage.wopi.host[0]' is set to 'localhost'
in the config file '/etc/coolwsd/coolwsd.xml'.

This means, if we had set 'domain=foo' on one start,
we cannot change it later.
Therefore, we now set the wopi host by setting the
commandline option --o:storage.wopi.host[0] via 'extra_params'.
This always takes precedence over the value in the config file.

* [libreoffice] enhance formatting and values of service config

* [libreoffice] fix tar name in udocker install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants