Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 903 Bytes

README.md

File metadata and controls

executable file
·
25 lines (14 loc) · 903 Bytes

Meeting Scheduler

Authors: Christophe Gueret

Copyright: VU University Amsterdam

License: LGPL v3.0

About

This is a very simple meeting scheduler currently used to plan the weekly AI meetings at the VU

Usage

Here is how to deploy a site similar to http://wai.few.vu.nl :

  • Create a directory /var/www/wai.few.vu.nl/ and eventually copy waibase.db in it
  • Create a directory /var/www/wai.few.vu.nl/appli and copy the settings-remote.py in it and rename it as "settings.py"
  • Clone the content of the wai directory into /var/lib/django/wai

Requirements