Alternativen zu Sharepoint gibt es einige, allerdings kenne ich bisher keine aus der Praxis:
http://de.wikipedia.org/wiki/Liste_von_Wiki-Software
http://www.alfresco.com/
Ich war aber auf der Suche zur Integration von SharePoint in Nautilus:
Ich habe nach vielen negativen Forumeinträgen folgende Anleitung gefunden:
Kann dies jemand prüfen auf ubuntu Tauglichkeit?
http://howto.unixdev.net/Linux-SharePoint.html
This guide will show you how to set up a mount point for MS SharePoint on Linux.
You must download davfs2-1.0.2.tar.gz if mount.davfs does not exist on your system.
2. Extract above file, and install with "./configure && make && make install". This will require that the libneon library and headers exist on your system.
3. Once davfs2 is installed, confirm that the coda kernel module is loaded on your system with "lsmod | grep coda".
3. 1. If the module is not loaded, load it with "modprobe coda" and do one of the following to make it persistent:
3.1. 1. Debian: add a line to /etc/modules reading "coda".
3.1. 2. Slackware: uncomment a line in /etc/rc.d/rc.modules reading "/sbin/modprobe coda".
3.1. 3. Others: add modprobe to /etc/rc.local or use distribution-specific module loader mechanism.
3. 2. If the module is not loaded AND the above modprobe fails, recompile your kernel with built-in coda support or a coda module.
3. 3. If the module is already loaded, proceed to the next step.
4. Create a directory to be used for sharepoint (I used /home/inittab/sharepoint)
5. Add following line to /etc/fstab, adjusting for proper mount point: "http://9.17.232.196/sites/VSA/ /home/inittab/sharepoint davfs rw,noauto,user 0 0"
6. Make sure your user is in the "users" group of /etc/group or LDAP.
7. Add a password line to /usr/local/etc/davfs2/secrets. It should look like this: "http://9.17.232.196/sites/VSA/ schenzel myPaSSwoRd"
8. Mount it: "mount /home/inittab/sharepoint". An "ls -l /home/inittab/sharepoint" should show the contents, and you should be able to upload, download, and modify files on sharepoint.
Bearbeitet von sebix:
Bitte verwende in Zukunft Zitate, um die Übersicht im Forum zu verbessern!