yannikbehr / sc3-playback

Scripts and instructions to run offline playbacks in SeisComP3
6 stars 7 forks source link

sqlite3 configuration for Seiscomp3 #16

Open ablkvo opened 6 years ago

ablkvo commented 6 years ago

Dear Yanik,

In the manual you said the seiscomp has to be configured to support sqlite3: sqlite3 support has to be enabled in SC3. I dont know how to set the sqlite3 database in seiscomp. I changed the database in global section to sqlite3 but this message came up when I tried to update configuration:

[error] Database driver 'sqlite3' is not supported

Thanks

yannikbehr commented 6 years ago

Hi, You will probably have to compile SeisComP3 from source to enable that. SC3 uses cmake which comes with a tool called ccmake. If you run this you should see the option to enable sqlite3. Note, seiscomp3 source code get be downloaded from github: https://github.com/SeisComP3/seiscomp3

Cheers Yannik