mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
54 lines
2.1 KiB
Markdown
Executable file
54 lines
2.1 KiB
Markdown
Executable file
<!--
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
It shall NOT be edited by hand.
|
|
-->
|
|
|
|
# Omeka S for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/omeka-s.svg)](https://ci-apps.yunohost.org/ci/apps/omeka-s/) ![Working status](https://ci-apps.yunohost.org/ci/badges/omeka-s.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/omeka-s.maintain.svg)
|
|
|
|
[![Install Omeka S with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=omeka-s)
|
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
|
|
|
> *This package allows you to install Omeka S quickly and simply on a YunoHost server.*
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
|
|
|
## Overview
|
|
|
|
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.
|
|
|
|
### Features
|
|
|
|
- Connect to the semantic Web
|
|
- Share with DPLA
|
|
|
|
**Shipped version:** 4.1.1~ynh2
|
|
|
|
**Demo:** <https://omeka.org/s/download/#sandbox>
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot of Omeka S](./doc/screenshots/omeka-s.png)
|
|
|
|
## Documentation and resources
|
|
|
|
- Official app website: <https://omeka.org/s/>
|
|
- Official user documentation: <https://omeka.org/s/docs/user-manual/>
|
|
- Upstream app code repository: <https://github.com/omeka/omeka-s>
|
|
- YunoHost Store: <https://apps.yunohost.org/app/omeka-s>
|
|
- Report a bug: <https://github.com/YunoHost-Apps/omeka-s_ynh/issues>
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing).
|
|
|
|
To try the `testing` branch, please proceed like that:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade omeka-s -u https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing --debug
|
|
```
|
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|