Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/macagua/slc-indico-custom
- Owner: macagua
- License: mit
- Created: 2023-01-18T22:44:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T13:59:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T11:04:53.195Z (about 2 months ago)
- Topics: community, comunidad, event-management, flask, flask-web, indico, latam, python3, scrum, software
- Language: HTML
- Homepage: https://eventos.scrumlatamcomunidad.com/
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)