Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 460 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 460 Bytes

TUcal – a unified calendar for TU Wien

Setup own instance

  1. Copy tucal.default.ini to tucal.ini, impressum.default.php to impressum.php and update values.

  2. To initialize database run

    make database
    cd python/src/
    python3 -m tucal.init_db
    python3 -m tucal.jobs.sync_courses
  3. To deploy run

    tools/deploy.sh <hostname> <path>

    or to build only run

    make build-www