https://github.com/yunohost-apps/indico_ynh
Indico package for YunoHost
https://github.com/yunohost-apps/indico_ynh
indico yunohost yunohost-apps
Last synced: 2 months ago
JSON representation
Indico package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/indico_ynh
- Owner: YunoHost-Apps
- License: mit
- Created: 2024-10-16T14:01:27.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-26T17:47:48.000Z (4 months ago)
- Last Synced: 2025-01-26T18:31:47.221Z (4 months ago)
- Topics: indico, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://getindico.io/
- Size: 1.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indico for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/indico/)

[](https://install-app.yunohost.org/?app=indico)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Indico 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
# Indico
**Indico** is:
* 🗓 a general-purpose **event management** tool;
* 🌍 fully **web-based**;
* 🧩 **feature-rich** but also **extensible** through the use of [plugins](https://docs.getindico.io/en/stable/plugins/);
* ⚖️ **Open-Source** Software under the MIT License;
***made at CERN**, [the place where the web was born](https://home.cern/science/computing/birth-web)!
## What does it do?
Indico's **main features** are:
* a powerful and flexible **hierarchical content management** system for events;
* a full-blown **conference organization workflow** with:
- 📢 **Call for Abstracts** and **abstract reviewing** modules;
- 📝 flexible **registration form** creation and configuration;
- 💰 integration with existing **payment systems**;
- ✅ a **paper reviewing** workflow;
- 🗓 a **drag and drop timetable management interface**;
- 🎫 a simple **badge editor** with the possibility to print badges and tickets for participants;
* tools for **meeting management** and archival of presentation materials;
* a powerful **room booking** interface;
* integration with existing **video conferencing solutions**;A more detailed list [can be found here](https://getindico.io/features/). There is also a [video](https://www.youtube.com/watch?v=yo8rgg9dOcc)!
**Shipped version:** 3.3.5~ynh3
**Demo:**
## Screenshots

## Documentation and resources
- Official app website:
- Official user documentation:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/indico_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/indico_ynh/tree/testing --debug
or
sudo yunohost app upgrade indico -u https://github.com/YunoHost-Apps/indico_ynh/tree/testing --debug
```**More info regarding app packaging:**