1. Subscriptions
  2. Services
  3. Hardware
  4. Support

ClearFoundation

Forums
Welcome, Guest
HOWTO - eGroupware
(1 viewing) 1 Guest
Go to bottomPage: 12345678...11
TOPIC: HOWTO - eGroupware
**
#7230
Re:Update implemented and documented 1 Year, 11 Months ago  
Ruud van Lent wrote:
Will be spending some time to see what changes where made in the SyncML part of eGroupware: hope to sync my Android address book using Funambol to my eGroupware server.

Can confirm that the eGroupWare team did a great job on the SyncML part. It works!
I can now synchronize my Motorola Milestone (aka Droid) address book with my eGroupware address book using the (alpha) Android Funambol on the mobile device.....

things keep getting better!

regards,
Ruud.
Ruud van Lent
Gold Boarder
Posts: 194
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#7426
Re:HOWTO - eGroupware 1 Year, 11 Months ago  
Peter Baldwin wrote:
Nice work!

Feel free to add this to the Howtos page at any time. There should be some kind of "howto howto" document coming soon that will provide some common structure for all Howtos. Don't let that stop you though


It took some time, but finally this how-to has moved to the how-to documentiation area!

have fun.
Regards,
Ruud.
Ruud van Lent
Gold Boarder
Posts: 194
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#7872
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
One word: Wow
This looks very interesting, both for my personal "needs", but most for my on-going project where Im helping a friend of mine starting a small company where they will benefit access to both mail and files from just everywhere; locally, remote via phone or PC/web.

A few questions, just to be 100% sure this is the right application for us:

Will this co-exist or replace the built-in Horde webmail? I mean, users will still have normal access to i.e. IMAP services from the CC-box, and eGroupware just replace Horde?

I will share files via flexshare, for local access (server as PDC). So I can make the exact same shares available via egroupware? Several shares? Will there be restrictions on file-size on uploading/downloading files? The company will typically work with files up to 150MB (normally only a few KBs, but sometimes high-resolution A3 colour photos).
fikse
Senior Boarder
Posts: 67
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Life is a game - Play it!
Bent Are Fikse
 
#7918
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
fikse wrote:
One word: Wow
I agree

Will this co-exist or replace the built-in Horde webmail? I mean, users will still have normal access to i.e. IMAP services from the CC-box, and eGroupware just replace Horde?
eGroupware will not replace anything: it is a side-by-side installation. It uses the imap and smtp services from clearos, so horde will also still work.

I will share files via flexshare, for local access (server as PDC). So I can make the exact same shares available via egroupware? Several shares? Will there be restrictions on file-size on uploading/downloading files? The company will typically work with files up to 150MB (normally only a few KBs, but sometimes high-resolution A3 colour photos).
Unfortunately I do not (yet) use eGroupware for file sharing, what I have seen is that it not only shares files but also has the ability to keep versions etc of files you store.

Will be doing some 'investigation' as to whether eGroupware uses the users home directory and if it is possible to assign access rights to other users in order to create some sort of department share.

will report back here!

regards,
Ruud.
Ruud van Lent
Gold Boarder
Posts: 194
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#7919
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
Ruud, youre a star Thanks alot for investigating!
fikse
Senior Boarder
Posts: 67
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Life is a game - Play it!
Bent Are Fikse
 
#7945
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
Okay,

so here is what I have found so far:
The File Manager module in eGroupware is based on VFS: Virtual File System. The files you store are stored either in a file system or in a SQL database (configurable).

The VFS can be used from other interfaces as eGroupware by using WebDAV. It is possible to use a FlexShare as a WebDAV share, but it is not supported completely out of the ClearOS box (look here for for information).

The text below is from various sources, I hope it makes sense and gives insight in what is (functionally) possible / impossible.

Description File Manager Module:
The File Manager module allows users to manage files in the eGroupWare server (load, move, etc.). Files can also be shared with other users through ACLs (Access Control Lists).

This module allows users to manage files in eGroupWare or on a WebDAV server and make them accessible to other users. It has the ability to perform the most common file actions which include:
  • Uploading
  • Renaming
  • Copying
  • Moving
  • Creating directories
  • Deleting
  • Adding and editing text files
  • Synchronizing with filing system
  • Viewing file attributes
  • Directory navigation


Comments can be added to both files and directories. The File Manager keeps a record of changes made to files thereby allowing basic verification of any changes made. Version control/recovery is not supported at this time.

At the moment sharing files is only supported through group ACL’s. This means that an administrator can create a group which includes all users who want to exchange files among each other. However, it can also be set up so as to allow access to other groups and even to individual users.

Capabilities:
  • Use web based file manager for sharing information and managing documents
  • Individual home data area for each user
  • Team folder for supporting data exchange optimally
  • Direct access to the file manager from the personal computer using WebDAV (web based distributed authoring and versioning).


WebDAV access to VFS
eGroupware now includes a WebDAV client VFS implementation, so if you set your file repository to be "http ://some.webdav.url.com" in the setup app, and set the file repository type to DAV all vfs-using apps should transparently access their files over webdav.

The key benefit of this is that then you can access your file repository directly using WebDAV enabled applications. In Windows (with IE 5+?), you can create a web-folder, and point it at your WebDAV server. On Linux you can mount it as a file system using davfs. OpenOffice?, MSOffice, and plenty of other major applications can save files directly to a WebDAV share.

Setup a WebDAV repository
The easiest way to get a DAV repository going is to use the Apache web server - either Apache 1.x with the mod_dav module, or Apache 2 (which has DAV builtin) - once you have mod_dav installed correctly RTFM, you should easily be able to get an (unauthenticated) WebDAV server going.

The WebDAV repository's "document root" requires the same kind of file structure and permissions as is required for the standard VFS_SQL file repository - ie there needs to be a directory named "/home", and this need to be writable by Apache.

WebDAV Authentication
This is the tricky bit : ideally you want user names and passwords for the DAV server, so not just any fool can read your data. Although authentication is "optional" for VFS_DAV- its essential from a security standpoint if you want to make your files accessible over the internet.

Of course, you can manually create and manage .htaccess and htpasswd files for each user. But ideally you want to be able to log into the WebDAV repository using the same username and password as you use with egroupware.

To do this, you need to get Apache to authenticate against whatever you have setup eGroupware to store its accounts information in. For instance, if you authenticate against LDAP use mod_auth_ldap.here
Ruud van Lent
Gold Boarder
Posts: 194
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/03/22 05:10 By Ruud.Reason: added flexshare / webdav url
The administrator has disabled public write access.
 
#8282
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
Hi,

first post updated to include minor update after this message from eGroupware developers:
With 1.6.003 some annoying bugs slipped through, which we now fixed with
updated 1.6.003-2 packages.

Please note:

* SyncML application now needs to be enabled for a user or group like
all other applications. Otherwise all SyncML access will fail!

* you always need to install at least *two* packages: eGroupware and
eGroupware-egw-pear (this is for license reasons and was always that way)

* updated RPM packages use version 1.6.003-15.1 (not 1.6.003-2)!

* *NEW* repository for Debian or Ubuntu is available now, see
www.egroupware.org/download for details

All package types are available via our download page:
www.egroupware.org/download

Update instructions are available via the setup manual pages:
www.egroupware.org/wiki/ManualSetupUpdate

==> We recommend everyone updates to 1.6.003-2


will also update howto.

regards,
Ruud.
Ruud van Lent
Gold Boarder
Posts: 194
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8831
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
Dear Ruud
After installation (with help of you're howto) of egroupware I get when I want to change a existing user the message "Object class violation" as in same thread: Forum link
Have you also had this same problem? If so how did you get this resolved or not:)
Regards Erik
Erik
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8850
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
Hi Erik,
I do not have this problem myself. Followed your link and see some possible egroupware related posts, first time I have been in that thread ;(
I think my setup of eGroupware (where I am the only user) is not representative. My user account was made in the webconfig of ClearOS. Have not experimented with adding additional users via the eGroupware interface. Actually never thought of it because eGroupware is not ClearOS so there are bound to be problems.
Will start reading up in the other thread and see if I can make some contribution.
regards,
Ruud.
Ruud van Lent
Gold Boarder
Posts: 194
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/04/04 03:07 By Ruud.
The administrator has disabled public write access.
 
#9479
Re:HOWTO - eGroupware 1 Year, 10 Months ago  
Hi Ruud,

I already know eGroupWare and want to start using it again but now with ClearOS. There is only one thing i want to know.

Can I use eGroupware togethere with Zarafa mail? (HowTo from Tim Burgess)

With regards,

Bas Auer
Bas Auer
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12345678...11
  get the latest posts directly to your desktop