Code Monkey home page Code Monkey logo

Comments (7)

voroyam avatar voroyam commented on August 27, 2024

When I was figuring out this issue I came to the following results:

  • occ app:list gives you a list of available apps. The active ones have a version number, the not active ones do not. That's how you can check if the collabora app is installed, but deactivated.

  • occ app:enable rich_documents enables the app.

from appliance.

ngulden avatar ngulden commented on August 27, 2024

@voroyam : Thank you.

In which context has occ app:enable rich_documents to be called? I assume, within the ownCloud container, right?

from appliance.

voroyam avatar voroyam commented on August 27, 2024

Yes, you cal also do this from the host system, with docker exec

from appliance.

ngulden avatar ngulden commented on August 27, 2024

Just tried it myself. The correct command inside the docker container is occ app:enable richdocuments.

So after login to the appliance, the following steps are necessary:

  1. univention-app shell owncloud to enter the container
  2. occ app:enable richdocumentsto enable the rich documents app in ownCloud

I find out, how to merge those two commands into one that can be executed directly on the host.

from appliance.

ngulden avatar ngulden commented on August 27, 2024

Just for documentation: The necessary call on the host is docker exec -i "$(ucr get appcenter/apps/owncloud/container)" occ app:enable richdocuments.

from appliance.

ngulden avatar ngulden commented on August 27, 2024

I recommended the following change to Collabora in their inst script:

if [ "$(ucr get appcenter/apps/owncloud/status)" = "installed" ]; then
    univention-app shell owncloud occ app:enable richdocuments
fi

from appliance.

voroyam avatar voroyam commented on August 27, 2024

Sounds good to me, if it works :)

from appliance.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.