/usr/share/doc/firebird3.0-common-doc/examples/README.Debian is in firebird3.0-examples 3.0.1.32609.ds4-14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | If you'd like to use the employee sample database, follow the steps below:
install -o firebird -g firebird -m 0660 \
/usr/share/doc/firebird3.0-examples/examples/empbuild/employee.fdb.gz \
/var/lib/firebird/3.0/data/
gunzip /var/lib/firebird/3.0/data/employee.fdb.gz
The default aliases.conf contains an alias for the database.
You may use "localhost:employee" as path.
|