mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
48 lines
No EOL
1.9 KiB
Markdown
Executable file
48 lines
No EOL
1.9 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.svg)](https://dash.yunohost.org/appci/app/omeka) ![](https://ci-apps.yunohost.org/ci/badges/omeka.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/omeka.maintain.svg)
|
|
[![Install Omeka S with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=omeka)
|
|
|
|
*[Lire ce readme en français.](./README_fr.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
|
|
|
|
Web publication system for universities, galleries, libraries, archives, and museums
|
|
|
|
**Shipped version:** 3.0.2~ynh1
|
|
|
|
**Demo:** https://omeka.org/s/download/#sandbox
|
|
|
|
## Screenshots
|
|
|
|
![](./doc/screenshots/omeka-s.png)
|
|
|
|
## Documentation and resources
|
|
|
|
* Official app website: https://omeka.org/s/
|
|
* Official user documentation: https://yunohost.org/apps
|
|
* Official admin documentation: https://omeka.org/s/docs/user-manual/
|
|
* Upstream app code repository: https://github.com/omeka/omeka-s
|
|
* YunoHost documentation for this app: https://yunohost.org/app_omeka
|
|
* Report a bug: https://github.com/YunoHost-Apps/omeka_ynh/issues
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/omeka_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/omeka_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade omeka -u https://github.com/YunoHost-Apps/omeka_ynh/tree/testing --debug
|
|
```
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps |