Update dep instructions
parent
6daedcbbf6
commit
08e579c50f
11
README.md
11
README.md
|
@ -17,11 +17,20 @@
|
||||||
## 🚀 Installation
|
## 🚀 Installation
|
||||||
|
|
||||||
1. Install the app from the Nextcloud app store
|
1. Install the app from the Nextcloud app store
|
||||||
1. ⚒️ Install `exiftool` (`sudo apt install exiftool`).
|
1. ⚒️ Install `exiftool` (see below).
|
||||||
1. Run `php ./occ memories:index` to generate metadata indices for existing photos.
|
1. Run `php ./occ memories:index` to generate metadata indices for existing photos.
|
||||||
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.
|
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.
|
||||||
1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.
|
1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.
|
||||||
|
|
||||||
|
## 🔨 Installing Dependencies
|
||||||
|
The exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.
|
||||||
|
- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`
|
||||||
|
- **Fedora**: `sudo dnf install perl-Image-ExifTool`
|
||||||
|
- **Arch Linux**: `sudo pacman -S perl-image-exiftool`
|
||||||
|
- **Alpine**: `apk add --no-cache exiftool`
|
||||||
|
- **MacOS**: `brew install exiftool`
|
||||||
|
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
|
||||||
|
|
||||||
## 🏗 Development setup
|
## 🏗 Development setup
|
||||||
|
|
||||||
1. ☁ Clone this into your `apps` folder of your Nextcloud.
|
1. ☁ Clone this into your `apps` folder of your Nextcloud.
|
||||||
|
|
|
@ -18,10 +18,19 @@
|
||||||
## 🚀 Installation
|
## 🚀 Installation
|
||||||
|
|
||||||
1. Install the app from the Nextcloud app store
|
1. Install the app from the Nextcloud app store
|
||||||
1. ⚒️ Install `exiftool` (`sudo apt install exiftool`).
|
1. ⚒️ Install `exiftool` (see below).
|
||||||
1. Run `php ./occ memories:index` to generate metadata indices for existing photos.
|
1. Run `php ./occ memories:index` to generate metadata indices for existing photos.
|
||||||
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.
|
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.
|
||||||
1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.
|
1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.
|
||||||
|
|
||||||
|
## 🔨 Installing Dependencies
|
||||||
|
The exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.
|
||||||
|
- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`
|
||||||
|
- **Fedora**: `sudo dnf install perl-Image-ExifTool`
|
||||||
|
- **Arch Linux**: `sudo pacman -S perl-image-exiftool`
|
||||||
|
- **Alpine**: `apk add --no-cache exiftool`
|
||||||
|
- **MacOS**: `brew install exiftool`
|
||||||
|
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>1.0.7</version>
|
<version>1.0.7</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
|
|
Loading…
Reference in New Issue