Overview:
Indico is a general-purpose event management tool developed at CERN. It is a fully web-based software that is open-source under the MIT License. Indico boasts a variety of features and is extensible through the use of plugins.
Features:
- General-purpose event management tool
- Fully web-based
- Extensible through plugins
- Hierarchical content management system for events
- Conference organization workflow with abstract reviews, registration forms, payment system integration
- Paper reviewing workflow
- Timetable management interface with drag and drop functionality
- Badge editor for printing participant badges and tickets
- Room booking interface
- Integration with video conferencing solutions
Installation:
To install Indico, follow these steps:
- Step 1: Clone the repository using
git clone https://github.com/indico/indico.git
- Step 2: Install dependencies with
pip install -r requirements.txt
- Step 3: Set up the database with
indico db prepare
- Step 4: Run the application with
indico run
Summary:
Indico is a powerful event management tool developed at CERN under the MIT License. It offers a range of features including conference organization, paper reviewing, timetable management, and integration with video conferencing solutions. With its extensible nature through plugins, Indico provides a comprehensive solution for event management needs.