Compare commits
2 commits
e3b69e8f83
...
f5549928c6
Author | SHA1 | Date | |
---|---|---|---|
f5549928c6 | |||
a0a2d8b8f3 |
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ 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 dummydata/rooms.sql
|
sqlite> .read dummydatasqlite.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.
|
||||||
|
|
Loading…
Reference in a new issue