Hi All,
I would like to install the Beta Horde Jeta module (java ssh client).
Because SME uses templates and default there is no access to the horde administration page, I don't know what is the best way to install this module.
The steps I know of, but don't know hot to do:
1. Unzip jeta-xxx in /home/httpd/horde/
2. rename the folder to jeta
3. create a php.conf (How ???)
4. Activate the application in registry.php (Create a custom template?)
If I can I would like to create a rpm to share...
I tried this and I couldn't get it to work right away so I stopped working with it.
There is access to the horde admin page, you just need to enable it by editing /home/httpd/html/horde/config/conf.php and adding your specifiec entry to this line. i.e. $conf['auth']['admins'] = array('admin@yourdomain.com'); If you want to make this permanent, then just create a custom-template. Now you can create the conf.php file for jeta. Actually, you will have to copy the contents and paste them to the jeta\config directory as the admin user doesn't have rights to update files in the directory on a default SME install.
For testing, you can just modify the horde/config/registry.php file and enable jeta. And yes, to make the change permanent, create a custom-template. If you get it to work, then for the RPM creation, you can grab on of the SRC rpms from my contribs directory to use as a base. The nag and smeserver-nag should do you just fine.
http://mirror.contribs.org/smeserver/contribs//jbennett/sme7/horde/Good Luck,
JB