/usr/share/doc/grr-server/README.Debian is in grr-server 3.1.0.2+dfsg-4.
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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | grr-server for Debian
---------------------
This package is an adaptation of the .deb package that is distributed
by the GRR authors and targeted at Ubuntu 16.04 and which could not be
built from source using standard Debian/Ubuntu build tools.
Differences:
- This package does not rely on a Python virtualenv for the server.
- Several default paths have been changed for FHS compliance:
- Configuration: /etc/grr.
- SQLite datastore: /var/lib/grr-server/datastore.
- Log files: /var/log/grr-server
- The server does not run as root but as system user `_grr`.
- The original package contains some binaries for Windows and MacOSX
which cannot yet be built from source. Those can be automatically
downloaded (see below).
Initial Configuration
---------------------
Please run `grr_config_updater initialize` as the system user `_grr`,
e.g.:
$ sudo -u _grr grr_config_updater initialize
This will configure the data store, URLs for the server and
Administration URI, and addresses for notification e-mails by writing
to /etc/grr/server.local.yaml.
The script will also offer to download client templates, using pip,
and place them into /usr/share/grr-server/grr-response-templates. It
will also download some extra Windows and MacOSX binaries from the GRR
GitHub repository that cannot be shipped with this package. Those
extra downloaded files will be removed when the grr-server package is
removed.
|