Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dod38fr/config-model

Perl module to create configuration editor with semantic validation
https://github.com/dod38fr/config-model

cme perl validation-engine

Last synced: 1 day ago
JSON representation

Perl module to create configuration editor with semantic validation

Awesome Lists containing this project

README

        

=head1 Installation

=head2 Debian or Ubuntu

L and most L modules are provided as Debian package. The following
command will install the framework and all available models and UIs:

sudo apt-get install --install-recommends --install-suggests cme

=head2 Mac OSX

L is provided as ppm package by L:

=over

=item *

Install L

=item *

Update your $PATH variable to run ActiveState's perl

=item *

Run ppm to install L

=back

=head2 Windows

You can also install L from L. See the
instructions for Mac OSX for details.

=head2 Fedora

Run:

yum install perl-Config-Model perl-App-Cme perl-Config-Model-TkUI

See L

=head2 Other systems

For other systems, you should install L from CPAN:

cpanp install App::Cme
cpanp install Config::Model