1.8 KiB
1.8 KiB
Installation
This page describes how to install the latest version of Memories.
Nextcloud
Memories is an app for Nextcloud, so you need to install Nextcloud first. You can find the installation instructions here.
For the best experience, we recommend to use the latest stable version of Nextcloud and PHP. For easy setup and maintenance, you can use the official Nextcloud Docker image, and add extra dependencies using a custom Dockerfile.
Requirements
Before installing Memories, make sure that the following requirements are met:
- Nextcloud 25 or later.
- PHP 8.0 or later.
- MySQL, MariaDB, or PostgreSQL database.
- Imagick PHP extension.
- ffmpeg and ffprobe binaries.
Installing Memories
Memories can be installed from the Nextcloud app store page. Alternatively, you can install it manually by following these steps:
- Download the latest release from the releases page
- Extract the archive to the
apps
orcustom_apps
directory of your Nextcloud installation. - Enable the app in the Nextcloud app settings page.
- Make sure you follow the configuration instructions carefully.
Installing from source
To build the app from source, you need to have node.js installed.
- Clone the repository to the
apps
orcustom_apps
directory of Nextcloud. - Run
make dev-setup
to install the dependencies. - Run
make patch-external
to apply patches to external dependencies. - Run
make build-js-production
to build the JavaScript files. - Enable the app in the Nextcloud app settings page.