Skip to content
Snippets Groups Projects

TechFak Sommerfest Website

Sommerfest Website(n) für das TechFak Sommerfest.

Installation

# install nodejs, npm, python3 python3-virtualenv
npm install yarn
cd $webroot
git clone git@gitlab.cs.fau.de:fsv-tech/techfak-sommerfest-homepage.git $install_dir
cd $install_dir
yarn
virtualenv -p python3 --system-site-packages .venv
pip install --upgrade requests pytz python-dateutil
crontab -e
# 50 * * * * $install_dir/.venv/bin/python $install_dir/weather.py

Lizenz

(c) 2017 sedrubal Apache-2.0