memgraph/tools
Teon Banek 5a41478789 Add maintainer scripts for DEB package
Summary:
Add postinst script for DEB package

The script creates a 'memgraph' group and sets permission on installed
'/var/*/memgraph' directories. Only the group is created, while
'memgraph' user is not. It seems more sane only to require group
membership for using memgraph.

Add conffiles for DEB package

This allows for `dpkg` to detect changes in configuration files and
present them to the user. Therefore, we don't need to care whether the
configuration merges are handled correctly nor if we accidentally
overwrite them.

Add postrm script for DEB packaging

The script is only used so that `dpkg --purge` removes '/var/*/memgraph'
directories, even if they contain something.

Add email, longer description and license file to DEB packaging, as well
as a systemd service.

Provide a logrotate configuration and support it in memgraph.

Use DEB package for Docker installation

This way, the whole installation process and testing should go through
DEB.

Generate release archives in Apollo with standard names

Reviewers: buda, mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D989
2017-11-22 16:41:25 +01:00
..
apollo Add maintainer scripts for DEB package 2017-11-22 16:41:25 +01:00
gdb-plugins Improve pointer handling in operator_tree gdb plugin 2017-08-22 10:13:49 +02:00
src Fix CSV multiple edge file import 2017-11-16 09:18:38 +01:00
tests Cleanup durability config, docs, CHANGELOG 2017-11-21 10:17:13 +01:00
.gitignore Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
CMakeLists.txt Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memory_usage.py Add memory usage tool 2017-11-13 13:35:57 +01:00
mg_import_csv.dockerfile Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
neo_to_memgraph.py Upgraded neo2memgraph script 2017-07-14 17:13:08 +02:00
plot_gbench_json GBench plot tool improvement 2017-09-07 11:24:03 +02:00
plot_ldbc_latency LDBC plot script update 2017-10-08 14:23:53 +01:00
plot_througput Add medium sized pokec scenario 2017-09-25 13:20:08 +02:00
requirements.txt Add recovery speed measurement tool 2017-11-16 13:29:06 +01:00
setup Replace Python csv_to_snapshot with C++ 2017-09-22 13:59:42 +02:00
snapshot_recovery_speed.py Cleanup durability config, docs, CHANGELOG 2017-11-21 10:17:13 +01:00