diff --git a/environment/README.md b/environment/README.md index 8654d7d4a..0c75bed67 100644 --- a/environment/README.md +++ b/environment/README.md @@ -5,11 +5,4 @@ * GCC 11.2 (toolchain-v4) doesn't compile on Fedora 38, multiple definitions of enum issue * spdlog 1.10/11 doesn't work with fmt 10.0.0 -## os - -Under the `os` directory, you can find scripts to install all required system -dependencies on operating systems where Memgraph natively builds. The testing -script helps to see how to install all packages (in the case of a new package), -or make any adjustments in the overall system setup. Also, the testing script -helps check if Memgraph runs on a freshly installed operating system (with no -packages installed). +## [os](os/README.md) diff --git a/environment/os/README.md b/environment/os/README.md new file mode 100644 index 000000000..8c82422a5 --- /dev/null +++ b/environment/os/README.md @@ -0,0 +1,8 @@ +# Memgraph Environment OSes + +Under the this (`os`) directory, you can find scripts to install all required system +dependencies on operating systems where Memgraph natively builds. The testing +script helps to see how to install all packages (in the case of a new package), +or make any adjustments in the overall system setup. Also, the testing script +helps check if Memgraph runs on a freshly installed operating system (with no +packages installed). diff --git a/release/package/README.md b/release/package/README.md new file mode 100644 index 000000000..bf5c16479 --- /dev/null +++ b/release/package/README.md @@ -0,0 +1,11 @@ +# Memgraph Release Packaging + +## Design Decisions + +* Being able to build and test memgraph locally under Docker because multi-OS support +* Being able to push Docker images to the centralized repo (DockerHub) +* Being able to build and test memgraph under CI under Docker +* Being able to iterate on the code changes when adding support for new toolchains and OSe +* Being able to pick and choose toolchains, OSes, build type, hardware architecture +* Take care of enterprise keys, telemetry +* Create generator for Dockerfiles