Skip to content

Commit

Permalink
Merge pull request #131 from curationexperts/apache
Browse files Browse the repository at this point in the history
Update license information
  • Loading branch information
mark-dce authored Dec 18, 2021
2 parents 004f3d2 + 21e5ec0 commit f5f0988
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2017-2021 Data Curation Experts LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ansible-samvera
Prototype Configuration Management Scripts for Samvera based servers
Configuration Management Scripts for Samvera based servers

[![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)

This repository provides predefined ansible roles to install and configure a typical set of dependencies
required to run a Hyrax-based repository, including:
Expand All @@ -14,11 +16,10 @@ required to run a Hyrax-based repository, including:
* ImageMagick and it's dependencies

## Operating systems
Version 1.5 and earlier are compatible with Ubuntu 16.04.
After version 1.5 (released 16 July 2019) Ubuntu 18.04 is assumed.
Major version numbers of releases in this repoitory target the corresponding Ubuntu release. I.E. v20.1.1 is compatible witht the 20.x LTS Ubuntu server release.

## Prerequisites
Tested with [Ansible](https://docs.ansible.com/intro_installation.html) 2.5.4. Please note that ansible is *very* picky about version numbers. You will get better results if you use pip to install ansible. To upgrade do: `pip install ansible==2.5.4`
Tested with [Ansible](https://docs.ansible.com/intro_installation.html) 2.11.4. Please see the [official Installing Ansible documentation](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) for details on installing or upgrading Ansible.

## Contributing
Contributions are welcome in the form of issues (including bug reports, use cases) and pull requests.
Expand Down

0 comments on commit f5f0988

Please sign in to comment.