2019-06-21 11:04:33 +02:00
2019-06-21 11:04:33 +02:00
2019-06-21 11:04:33 +02:00
2019-06-21 11:04:33 +02:00
2019-04-15 16:12:35 +02:00
2019-03-19 16:34:27 +01:00
2019-03-19 16:34:27 +01:00
2019-04-16 08:20:19 +02:00
2019-03-19 16:34:27 +01:00
2019-03-22 16:39:10 +01:00

LRC Lecture Record Control project

based on Vue-Flask (typescript)

Example Virtual Host Config for WSGI

<VirtualHost *:80>
    ServerName lrc
    ServerAlias lrc.local
    ServerAdmin kurze@kit.edu
    ErrorLog "/var/log/httpd/lrc.local-error_log"
    CustomLog "/var/log/httpd/lrc.local-access_log" common

    DocumentRoot /srv/http/lrc/
    WSGIScriptAlias / /srv/http/lrc/app.wsgi
    <Directory "/srv/http/lrc/">
        Allow from all
    </Directory>
</VirtualHost>
Description
No description provided
Readme 428 KiB
Languages
Python 93.4%
Shell 6.6%