App-Standby

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    This will create the group named "Roadies" with the key "base". The key
    is a simple shared key necessary to change any value for this group in
    the webinterface. This is the most basic form of authorization, but has
    proven sufficient so far. Patches for more extensive forms of
    authentication are welcome.

    WARNING: Make sure the database file is owned by the user service the
    webinterface and also accessible by the user execution your cronjobs,
    e.g. www-data.

        chown -R www-data:www-data /var/lib/standby-mgm/

CONFIGURATION
    This section provides an example of a complete configuration using dummy
    values for names, phone numbers, URLs and the like.

  SERVICES
    In order for this app to do anything there must be two things in the
    database: users and services. This section will show you how to create
    the later.

lib/App/Standby.pm  view on Meta::CPAN

    standby-mgm.pl bootstrap -nRoadies -kbase

This will create the group named "Roadies" with the key "base". The key is a simple
shared key necessary to change any value for this group in the webinterface. This
is the most basic form of authorization, but has proven sufficient so far. Patches
for more extensive forms of authentication are welcome.

WARNING: Make sure the database file is owned by the user service the webinterface
and also accessible by the user execution your cronjobs, e.g. www-data.

    chown -R www-data:www-data /var/lib/standby-mgm/

=head1 CONFIGURATION

This section provides an example of a complete configuration using dummy values for names,
phone numbers, URLs and the like.

=head2 SERVICES

In order for this app to do anything there must be two things in the database: users and services.
This section will show you how to create the later.



( run in 1.992 second using v1.01-cache-2.11-cpan-71847e10f99 )