Search code examples
memgraphdb

Can I install and run Memgraph on Amazon Linux?


I would like to run Memgraph on Amazon Linux. How can I install it? Are there prebuild packages specific for Amazon Linux?


Solution

  • For Amazon Linux you would probably need a working build for Fedora. Installation instructions can be found at https://memgraph.com/docs/memgraph/install-memgraph-from-rpm, and the RPM package can be dowloaded from https://memgraph.com/download/.

    The install procedure is rather easy:

    1. Install the package: sudo yum --nogpgcheck localinstall /path-to/memgraph-<version>.rpm
    2. Run the service: systemctl start memgraph