diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -18,6 +18,20 @@ Bachelorizer is publicly available as [source]. [source]: <https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3Xeo1Wg65SQAhD6QFTtVWQmjVHJU> "Web instance of sources for Bachelorizer" +## Database creation + +The database file `identifier.sqlite` needed by the program +can be created on a linux system using the command-line tool `sqlite3` +with the following command: + +```shell +sqlite3 identifier.sqlite < database.txt +``` + +Since Intellij executes from a different directory than from commandline, +the generated database file is then copied +into the directory `src/dk.biks.bachelorizer`. + ## Code execution The code has only been verified to work from command-line |