Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: beeboob on March 29, 2006, 07:03:08 PM

Title: Turba in the Horde?
Post by: beeboob on March 29, 2006, 07:03:08 PM
I have made are topic on this link..
http://forums.contribs.org/index.php?topic=31327.msg131758#msg131758

I am trying to, find out off the Horde, turba and thoes programs. On my Sme 7.0 pre1

But i cant not find out off that whit the turba.

I have enable webmail in server-manager and go to http://myserver/webmail

But the only thing i get is the horde, in the left menu, E-mail, are adress book...

Is that, horde, turba, golem, Kronolith and so on.  If i donĀ“t have the turba, install who can i install it, and get it in the webmail menu??

I am trying to get some share crm system. And if the turba is the right thing, it will be so nice..
Title: Turba in the Horde?
Post by: mrjhb3 on March 30, 2006, 07:26:18 AM
Horde is the framework
imp is the mail
turba is the address book
ingo is the filtering
kronolith is the calender
nag is the tasks
mnemo is the notes
gollem is the file manager

On a default SME 7 install, you have an address icon (Turba) when in webmail (imp), and a mail icon (imp) when you are in the address book (turba)

HTH,

JB
Title: Turba in the Horde?
Post by: beeboob on March 30, 2006, 08:31:29 AM
Many, many thanks. You are great,,,

That can i understand....
Title: Enable kronolith, nag, and mnemo
Post by: kingjm on May 04, 2006, 12:41:46 AM
how would I go about enabling some of these other features that are not part of the default SME7 install
Title: to install Kronolith
Post by: kingjm on May 04, 2006, 02:09:47 AM
cd /home/httpd/horde
tar -zxvf /tmp/kronolith-x.y.z.tar.gz
mv kronolith-x.y.z kronolith

Then I get lost in the configuration where I create a DataTree Backend and database table let alone as is gets more complex
http://www.horde.org/kronolith/docs/?f=INSTALL.html

Please help
Title: Re: Enable kronolith, nag, and mnemo
Post by: mrjhb3 on May 06, 2006, 11:07:30 PM
Quote from: "kingjm"
how would I go about enabling some of these other features that are not part of the default SME7 install


You go here: http://mirror.contribs.org/smeserver/contribs//jbennett/sme7/horde/RPMS/ and download the sme 7 RPMS that have been put together.  The updates to horde, imp, turba and ingo are updates that I hope to get included in the base once 7 goes GA.  Have a look at the change logs to get an understanding of what I have done.

rpm -qp xxxx.rpm

HTH,

JB
Title: Turba in the Horde?
Post by: aux2006 on August 25, 2006, 03:19:52 AM
JB,

I installed kronolith, but when i entered into the web interface i got this error.

Quote
Some of Kronolith's configuration files are missing or unreadable
conf.php

This is the main Kronolith configuration file. It contains paths and options for the Kronolith scripts. You need to login as an administrator and create the file with the web frontend under "Administration => Setup".
Create these files from their .dist versions in /home/httpd/html/horde/kronolith/config and change them according to your needs.


And i don't have any idea about it!

aux
Title: Turba in the Horde?
Post by: mrjhb3 on August 25, 2006, 03:52:55 AM
Quote from: "aux2006"
JB,

I installed kronolith, but when i entered into the web interface i got this error.

Quote
Some of Kronolith's configuration files are missing or unreadable
conf.php

This is the main Kronolith configuration file. It contains paths and options for the Kronolith scripts. You need to login as an administrator and create the file with the web frontend under "Administration => Setup".
Create these files from their .dist versions in /home/httpd/html/horde/kronolith/config and change them according to your needs.



And i don't have any idea about it!

aux


You need to signal-event post-upgrade ; signal-event reboot
So that the kronolith tables will be loaded into the Horde Db, and so that the appropriate templates will be expanded for kronolith.  This is needed only for the first time you install the package.  If you make any custom changes to any of the templates, you then only need to do a signal-event email-update.

JB
Title: Turba in the Horde?
Post by: aux2006 on September 01, 2006, 08:56:49 AM
JB,

That works great now! Thank you! Kronolith is now working.

Now another thing, if this question can still be continued here or this needs a new topic. This is about Gollem. Just advise.

After kronolith i installed Gollem, i did signal upgrade and reboot, i have a link of gollem under My Account called filemanager, when i click Filemanager, i only get a login button.  What is lacking?


Thanks!
Aux

PS: I just downloaded the files from http://mirror.contribs.org/smeserver/contribs//jbennett/sme7/horde/RPMS/
Title: Turba in the Horde?
Post by: mrjhb3 on September 02, 2006, 04:39:52 AM
Quote from: "aux2006"
JB,

That works great now! Thank you! Kronolith is now working.


My pleasure

Quote from: "aux2006"
Now another thing, if this question can still be continued here or this needs a new topic. This is about Gollem. Just advise.

After kronolith i installed Gollem, i did signal upgrade and reboot, i have a link of gollem under My Account called filemanager, when i click Filemanager, i only get a login button.  What is lacking?


You need to enable FTP for local access only via the remote access server-manager panel.

JB