omeka-s
Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata.
Health
41/100
Self-hosts from
$5.12/mo
on linode Nanode 1GB
Difficulty
2/5
Stars
481
Health score breakdown
6-dimension composite. Methodology.
| activity | 82 | |
| maturity | 30 | |
| community | 15 | |
| security | 70 | |
| sustainability | 13 | |
| adoption | 25 |
Self-hosting cost
| Provider | Plan | Specs | Monthly |
|---|---|---|---|
| linode | Nanode 1GB | 1c / 1GB / 25GB | $5.12 USD |
About omeka-s
# Omeka S Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata. See the [user manual](https://omeka.org/s/docs/user-manual) for more information. ## Installation ### Requirements * Linux * [Apache](https://www.apache.org/) (with [AllowOverride](https://httpd.apache.org/docs/2.4/mod/core.html#allowoverride) set to "All" and [mod_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html) enabled) * [MySQL](https://www.mysql.com/) 5.7.9+ (or [MariaDB](https://mariadb.org/) 10.2.6+) * [PHP](https://www.php.net/) 8.1+ (latest stable version preferred, with [PDO](http://php.net/manual/en/intro.pdo.php), [pdo_mysql](http://php.net/manual/en/ref.pdo-mysql.php), and [xml](http://php.net/manual/en/intro.xml.php) extensions installed) ### Generating thumbnails * The default library for generating thumbnails is [ImageMagick](https://imagemagick.org/index.php), at least version 6.7.5. Older versions will not correctly produce thumbnails. For alternative thumbnail options, see the [user manual](https://omeka.org/s/docs/user-manual/configuration/#thumbnails). ### Installing from GitHub 1. Make sure [Node.js](https://nodejs.org/) and [npm](https://nodejs.org/) are installed 1. Clone this repository in your Apache web directory: * `$ git clone https://github.com/omeka/omeka-s.git` 1. Change in
Excerpt from the project's README. View full source on GitHub.