memgraph/release
Matej Ferencevic 7128320b36 Implement MG_ENTERPRISE CMake flag
Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2658
2020-02-06 13:39:30 +01:00
..
arch-pkg Implement audit logging 2019-02-19 15:11:30 +01:00
debian Implement MG_ENTERPRISE CMake flag 2020-02-06 13:39:30 +01:00
docker Install openssl inside docker, update order of sections in the documentation 2018-06-22 18:44:11 +02:00
examples Fix examples build 2019-12-09 16:01:28 +01:00
rpm Implement MG_ENTERPRISE CMake flag 2020-02-06 13:39:30 +01:00
CMakeLists.txt Implement MG_ENTERPRISE CMake flag 2020-02-06 13:39:30 +01:00
LICENSE_COMMUNITY.md Implement MG_ENTERPRISE CMake flag 2020-02-06 13:39:30 +01:00
LICENSE_ENTERPRISE_TRIAL.md Implement MG_ENTERPRISE CMake flag 2020-02-06 13:39:30 +01:00
logrotate_audit.conf Implement audit logging 2019-02-19 15:11:30 +01:00
logrotate.conf Add maintainer scripts for DEB package 2017-11-22 16:41:25 +01:00
memgraph.service Install memgraph in subdirectory of lib 2017-12-21 16:53:55 +01:00
README.md Move CPack setup to release 2020-02-05 10:26:41 +01:00

Memgraph Release Packaging

Various tools and packaging configuration files should be put under this directory. Common files for all packages can be kept in the root of this directory, for example memgraph.service. If the common stuff should be grouped, it should be in a subdirectory. examples directory is one such case. Packaging specific stuff must have its own directory.

Currently we support distributing Memgraph binary through the following packages.

  • Debian package
  • RPM package
  • Docker image
  • ArchLinux package