Compare commits

..

2 commits

Author SHA1 Message Date
e3b69e8f83 Set more info boxes 2024-05-17 09:37:33 +02:00
46dfa2a152 Split courses by semester 2024-05-17 09:36:59 +02:00

View file

@ -7,7 +7,8 @@ e.g. by executing `go version`.
Initialize the database. For developing, we recommend using sqlite: Initialize the database. For developing, we recommend using sqlite:
user@host:path/to/repo$ sqlite3 officeHours.db -init officeHoursSQLite.sql user@host:path/to/repo$ sqlite3 officeHours.db -init officeHoursSQLite.sql
sqlite> .read dummydatasqlite.sql sqlite> .read dummydata/rooms.sql
sqlite> .read dummydata/summerCourses.sql
Now start the development webserver, note that you need to manually Now start the development webserver, note that you need to manually
restart it to code changes take effect. restart it to code changes take effect.