65f4c53529
Summary: Add packager variable for Arch package. Move docker packaging to docker subfolder. Remove web_browser script. Move debian from cmake dir to release. Add README.md to release dir. Reviewers: mferencevic, buda Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1104
15 lines
525 B
Markdown
15 lines
525 B
Markdown
# 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
|
|
* Docker image
|
|
* ArchLinux package
|