forked from utseresearch/puppet-omeka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
35 lines (35 loc) · 1007 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"license": "Apache2",
"dependencies": [
{
"version_requirement": ">=2.0.0",
"name": "puppetlabs/stdlib"
},
{
"name": "puppetlabs-mysql"
},
{
"name": "puppetlabs-apache"
},
{
"name": "camptocamp-archive"
}
],
"source": "https://github.com/bowdoincollege/puppet-omeka",
"version": "0.2.0",
"description": "This puppet module installs and configures an omeka instance. It works by setting up an Apache webserver with PHP/MySQL bindings, and sets itself up for plugins. It optionally includes installation for solr in tomcat and other plugins.",
"project_page": "http://github.com/bowdoincollege/puppet-omeka",
"summary": "Puppet module for omeka installation",
"author": "Stephen Houser",
"name": "bowdoincollege-omeka",
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0" ]
},
{
"operatingsystem":"Ubuntu",
"operatingsystemrelease":[ "16.04", "17.04" ]
}
]
}