Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - martinR

Pages: [1]
1
Installation and Upgrades / Re: creating own module
« on: July 25, 2008, 05:12:00 pm »
I managed to install my own package.
Thanks for helping.

2
Installation and Upgrades / Re: creating own module
« on: July 24, 2008, 09:30:25 am »
i just copied a minimal gconf schema to /usr/share/gconf/schemas/.

I have added the backend module and the gconf schema.

3
Installation and Upgrades / Re: creating own module
« on: July 23, 2008, 05:46:48 pm »
I tried te MVC way, but is does not work too.

When i restart ebox, a lot of messages are shown:
Code: [Select]
* Stopping eBox module: apache
   ...done.
 * Starting eBox module: sysinfo
   ...done.
My Module does not appear. How do i tell ebox to load my module?


Is there a specified set of methods that my module must have?

Is there a switch to get more verbose logging?


4
Installation and Upgrades / creating own module
« on: July 23, 2008, 01:30:08 pm »
Hi,
i'm trying to create my own ebox Module. I followed the developer guide, but ebox seems to not recognizing my module. Is there anything else to do beside the developer guide?

As far i created the follwing files:
/usr/share/perl5/EBox/Hermes.pm
/usr/share/perl5/EBox/CGI/Hermes/Index.pm
/usr/share/ebox/templates/hermes/hermes.mas
/usr/share/gconf/schemas/hermes.schemas

If requested, i can post the source code of the files.

Thx
Martin

Pages: [1]