This is the README file for Meqaris (Meeting Equipment and Room Invitation System), a system that allows booking resources by e-mail.
The main functionality of Meqaris is to accept e-mail invitations meant for meeting rooms and other resources. You can use the same type of mail invitations that you send to participants to book resources for meetings. Resources can be anything you wish - meeting rooms, mobile whiteboards, picture projectors, conference sets or anything else you need.
Meqaris allows you to:
Requirements:
btree_gist
extension binary file (you may need to install the contrib
package or similar).
Author: Bogdan Drozdowski, bogdro AT users . sourceforge . net
(English accepted, just say '[SOFT]
' in the title).
License: AGPLv3+. See the COPYING file.
Various versions of Meqaris were successfully used with the following components in the following versions:
Other versions may also work.
If you get errors similar to:
Can't locate X in @INC (you may need to install the X module)
then make sure that all the required Perl modules and their dependencies are
installed. If you installed them in non-standard locations, you may need to
run Meqaris by using the perl
command and pass the required paths in the
-I
parameter, e.g.
perl -I /path/to/perl/modules /path/to/meqaris --conf /path/to/meqaris.ini
If the --status
command displays something like:
Configuration file '/path/to/meqaris.ini': OK Data directory: '/path/to/meqaris/data': OK Database connection: ERROR: cannot connect: connection to server at "127.0.0.1", port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections?
then check:
If you send e-mail invitation to Meqaris, but don't get a response, then:
meqaris --conf /path/to/meqaris.ini < your_mail.emland examine the output.
Any defects or issues can be reported by e-mail or in the SourceForge project defect manager (in English).
Any improvement suggestions can be reported by e-mail or in the SourceForge project ticket manager (in English).
To report usage problems, include:
Meqaris 1.4
,PostgreSQL 14.1
,perl --version
:
This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-linux-thread-multi
TRACE
, if possible),