Skip to content

macagua/slc-indico-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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;
  • ⚖️ Open-Source Software under the MIT License;
  • made at CERN, the place where the web was born!

A sneak peek of Indico