An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Indico for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/indico)](https://ci-apps.yunohost.org/ci/apps/indico/)
![Working status](https://apps.yunohost.org/badge/state/indico)
![Maintenance status](https://apps.yunohost.org/badge/maintained/indico)

[![Install Indico with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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

![Screenshot of Indico](./doc/screenshots/sneakpeek.gif)

## 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:**