Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5eac65b9 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

add photos app, as this is needed to generate metadata for images

parent d74b52d8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ services:
      - su www-data -c "php /var/www/html/occ groupfolders:group 1 users"
      - su www-data -c "git clone https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
      - su www-data -c "php /var/www/html/occ app:enable -f notifications"
      - su www-data -c "git clone https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
      - su www-data -c "cd /var/www/html/apps/photos; composer install"
      - su www-data -c "php /var/www/html/occ app:enable -f photos"
      - su www-data -c "php /var/www/html/occ notification:generate test -d test"
      - /usr/local/bin/run.sh