50 lines
1.5 KiB
Groff
50 lines
1.5 KiB
Groff
|
.\"Created with GNOME Manpages Editor Wizard
|
||
|
.\"http://sourceforge.net/projects/gmanedit2
|
||
|
.TH hedera 1 "2013-01-02" "1.0" "Hedera"
|
||
|
|
||
|
.SH NAME
|
||
|
hedera \- modular management system
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
.B hedera
|
||
|
.\"RI [ options ]
|
||
|
.br
|
||
|
|
||
|
.SH DESCRIPTION
|
||
|
.B hedera
|
||
|
is an enterprise management and administration application. It features modular
|
||
|
conectivity to user-made modules.
|
||
|
.PP
|
||
|
Being so easily extensible,
|
||
|
.B hedera
|
||
|
can handle virtually any task related to a database if the right module is
|
||
|
available. The modules can be written in C or in Vala.
|
||
|
.PP
|
||
|
By default
|
||
|
.B hedera
|
||
|
will look for the modules in /usr/lib/hedera/module and for its corresponding
|
||
|
data (GUI files, configuration...) in /usr/share/hedera/module but more
|
||
|
directories can be added by setting
|
||
|
.B VN_MODULE_LIB_PATH
|
||
|
(for the binaries) and
|
||
|
.B VN_MODULE_DATA_PATH
|
||
|
(for the additional data). These environment variables are intended for testing
|
||
|
during the developement and the expected is to use the modules installed.
|
||
|
.PP
|
||
|
The format for the configuration files for the modules and some information on
|
||
|
how to write the modules themselves, can be seen in the official documentation
|
||
|
for
|
||
|
.B hedera.
|
||
|
|
||
|
.SH OPTIONS
|
||
|
|
||
|
.SH EXAMPLE
|
||
|
Given a module project in the home directory,
|
||
|
.B hedera
|
||
|
should be called like this to load the module without installing it:
|
||
|
hedera --lib-dir ~/module/src/.libs --data-dir ~/module/data
|
||
|
|
||
|
.SH AUTHORS
|
||
|
Copyright (C) 2012 Juan Ferrer Toribio <juan@verdnauta.es>.
|
||
|
.PP
|
||
|
Manual page written by Alejandro T. Colombini.
|