utseresearch / puppet-omeka

A puppet module to install omeka, and some plugins
Other
0 stars 1 forks source link

Omeka Puppet Module

Overview

Puppet Module to install Omeka (http://omeka.org).

The software stack requires and configures:

Optionally installed are:

The server runs on port 80.

Usage

Example:

class { 'omeka':
  omeka_hostname   => 'myhost.example.com',
  mysql_root       => 'anexamplerootpassword',
  omekadb_password => 'anomekauserdbpassword'
}

You can have solr skipped with:

solrsearch => false

License

Copyright (c) 2015 Paul Nguyen

This script is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html for the full license text.

Support

Please log tickets and issues at our project site.