GithubHelp home page GithubHelp logo

puppet-omeka's Introduction

Omeka Puppet Module

Overview

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

The software stack requires and configures:

  • An apache web server
  • PHP -- with MySQL Bindings -- PEAR -- XML
  • MySQL Server and automated backups

Optionally installed are:

  • solr with a tomcat stack
  • other plugins

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.

puppet-omeka's People

Contributors

paul-nguyen avatar

Watchers

James Cloos avatar  avatar

Forkers

bowdoincollege

puppet-omeka's Issues

External solr cluster

Needs to be able to point to an external solr cluster and not install solr locally.

External Database cluster

Instead of setting up a local mysql server, should be able to point to an external mysql/mariadb server/cluster.

Needs SSL

What if we wanted to setup SSL?
It may also have to handle being set up behind a load balancer, with x-forwarded-for provisions for logging.

MySQL password -- autogenerate

This module needs a password to be specified when called -- should autogenerate a random password if we are asking for it to do mysql setup for us.

Template variables need to be specified with @

Prep for newer releases of puppet.

Warning: Variable access via 'solr_war' is deprecated. Use '@solr_war' instead. template[/etc/puppet/modules/omeka/templates/solr.xml.erb]:2
(at /etc/puppet/modules/omeka/templates/solr.xml.erb:2:in block in result') Warning: Variable access via 'omeka_ver' is deprecated. Use '@omeka_ver' instead. template[/etc/puppet/modules/omeka/templates/solr.xml.erb]:3 (at /etc/puppet/modules/omeka/templates/solr.xml.erb:3:inblock in result')

selinux

Selinux is disabled for simplicity. If system has selinux, how can we make it work? It will need to enable the httpd ability to connect to network and things like that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.