I installed the ownCloud 7 app (Git URL: https://github.com/openshift/owncloud-openshift-quickstart.git) via we OpenShift Online web-console and it is running fine. I even managed to get the URL-forwarding working so that users can get to this cloudified app with a familiar URL. Only after successful redirect the browsers reverts back to .rhcloud.com URL, but that's just a minotr annoyance ;)
The problem is that after using ownCloud 7 for awhile, I realized that the Openshift installation does not support .odf creation or the (collaborative) editing of them in server. Normally .ODF files are in ownCloud handled with LibreOffice or OpenOffice, and either of those binaries need to be accessable by ownCloud. In Openshift both of these are sadly missing resulting in inability to work with .odf-documents.
Now, is it possible to get support for ODF-document creation and collaborative writing by: 1) waiting for future update of OPenshift / OwnCloud 7 quickstart image, or 2) installing libre/openoffice directly to ownCloud application space, and modifying the 'owncloud-config.php' accordingly (i.e. adding the path to installed binary in 'preview_libreoffice_path' variable)?
The community that is going to use our cloudified ownCloud app really needs this collaborative document writing enabled, and ODF-format would be perfect for us.
Cheers..