Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/macagua/slc-indico-custom

Indico Software Custom Theme Files for "Scrum LATAM Comunidad"
https://github.com/macagua/slc-indico-custom

community comunidad event-management flask flask-web indico latam python3 scrum software

Last synced: about 2 months ago
JSON representation

Indico Software Custom Theme Files for "Scrum LATAM Comunidad"

Awesome Lists containing this project

README

        

# scrumlatamcomunidad-indico-custom

This repository holds the Indico customization files used for the "Scrum LATAM Comunidad" event management system deployment

## Installing Indico software

Following the Installation guides for [Production](https://docs.getindico.io/en/stable/installation/production/) environment.

## Download the customization files

Navigate to your Indico project and clone the theme repository:

```
mkdir ~/src/ ; cd $_
git clone https://github.com/macagua/scrumlatamcomunidad-indico-custom.git ; cd -
```

## Set Customization Directory

You need set into the ``indico.conf`` file the customization directory from Indico software read the new debranding, executing the following command:

```
echo -e "\n# Customization\nCUSTOMIZATION_DIR = '/opt/indico/src/scrumlatamcomunidad-indico-custom'" >> ~/etc/indico.conf
```

Then you need restart Indico service, executing the following command:

```
sudo systemctl restart nginx.service indico-celery.service indico-uwsgi.service
sudo systemctl status nginx.service indico-celery.service indico-uwsgi.service
```

## About Indico Software

**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)!

![A sneak peek of Indico](https://raw.githubusercontent.com/indico/indico/master/sneakpeek.gif)