Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:streamingwebsite [2024/02/21 22:23] – andi | software:streamingwebsite [2026/07/10 15:01] (current) – ischluff | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| The streaming website is deployed on lb.***.c3voc.de | The streaming website is deployed on lb.***.c3voc.de | ||
| - | To add another conference / mandator: clone the internal | + | To add another conference / mandator: |
| - | git clone git@c3voc.de: | + | git clone https:// |
| - | 1. first check if the series already has a mandator folder and reuse the existing one – otherwise create a new folder below ''/ | + | - first check if the series already has a mandator folder and reuse the existing one – otherwise create a new folder below ''/ |
| - | | + | |
| - | 2. copy the following files from the most recent conference and edit it to your needs | + | * config.json |
| - | + | * main.less | |
| - | | + | * if no main.less is provided, the default-theme will be used |
| - | * < | + | * if one is provided, it should '' |
| - | | + | * assets (images, fonts) can be placed inside the conference-folder or below it and can be referenced with a relative path (so a logo in ''/ |
| - | * if not main.less is provided, the default-theme will be used | + | - commit and push you changes to `master` |
| - | * if one is provided, it should '' | + | - call deploy.sh which will deploy to all lb-servers, clear their caches and fixes the file-permissions |
| - | * assets (images, fonts) can be placed inside the conference-folder or below it and can be referenced with a relative path (so a logo in ''/ | + | |
| - | + | ||
| - | 3. commit and push you changes to `master` | + | |
| - | + | ||
| - | 4. call deploy.sh which will deploy to all lb-servers, clear their caches and fixes the file-permissions | + | |
| See also: https:// | See also: https:// | ||
| Line 42: | Line 37: | ||
| == operation hints | == operation hints | ||
| - | You can add ''? | + | You can add ''? |
| The streaming-website downloads the relive index json file of the active conferences via cronjob. | The streaming-website downloads the relive index json file of the active conferences via cronjob. | ||
| The thumbnails are generated via crontab of user // | The thumbnails are generated via crontab of user // | ||