Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dod38fr/config-model
- Owner: dod38fr
- Created: 2012-01-31T12:56:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T15:11:03.000Z (about 1 month ago)
- Last Synced: 2025-01-02T23:57:14.779Z (6 days ago)
- Topics: cme, perl, validation-engine
- Language: Perl
- Homepage:
- Size: 20.4 MB
- Stars: 59
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.install.pod
- Changelog: Changes
- Contributing: CONTRIBUTING.md
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