1
2
Some hints about the Hermes installation...
3
4
5
The Hermes Baselibs:
6
===================
7
8
The Hermes baselibs are perl modules used by the hermes server and
9
the hermes command line tools. They also can be used by clients to
10
post messages not over http but directly into the hermes database.
11
Direct access to the database and database credentials must be 
12
available for that.
13
14
Dependencies:
15
- perl
16
  perl Modules:
17
    Name                    SUSE Package Name
18
 +------------------------+----------------------------------------
19
   Html-Template            perl-HTML-Template
20
   Data::Dumper             perl-base
21
   DBI                      perl-DBI
22
   Net::Jabber              perl-Net-Jabber
23
   MIME::Lite               perl-MIME-Lite
24
   XML::RSS                 -no openSUSE package yet-
25
   Net::Twitter             perl-Net-Twitter
26
   JSON::DWIW               perl-JSON-DWIW
27
   JSON::Any                perl-JSON-Any
28
   Cache::Memcached         perl-Cache-Memcached
29
   Cache::Memcached::Fast   perl-Cache-Memcached-Fast
30
31
The Hermes Server Herminator
32
============================
33
34
The Hermes server is a server which takes notifications and messages
35
over HTTP and stores it to a database. Clients access Herminator over
36
the HTTP interface. 
37
38
Herminator comes with a little web application that for administration
39
purposes.
40
41
Dependencies:
42
43
- mysql
44
- Hermes Baselibs
45
- HTTP Server (Apache), able to serv perl cgis
46
- perl
47
  perl Modules:
48
  * CGI::Application        perl-CGI-Application
49
50
Hermes Starship
51
===============
52
53
Hermes Starship is a Ruby on Rails application that enables people to
54
manage their subscriptions to notifications in the hermes system.
55
That means that user can say which notifications they want to see
56
approaching them in which way and when.
57
58
Dependencies:
59
60
- mysql
61
- Ruby
62
- Ruby on Rails version >2