parent
b84bdc65a5
commit
117e849038
|
@ -17,10 +17,18 @@ php occ app:disable updatenotification
|
||||||
php occ app:disable systemtags
|
php occ app:disable systemtags
|
||||||
php occ app:disable files_sharing
|
php occ app:disable files_sharing
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
cd apps/memories
|
||||||
|
make exiftool
|
||||||
|
cd ../..
|
||||||
|
|
||||||
# Enable apps
|
# Enable apps
|
||||||
php occ app:enable --force viewer
|
php occ app:enable --force viewer
|
||||||
php occ app:enable --force memories
|
php occ app:enable --force memories
|
||||||
|
|
||||||
|
# Run repair steps
|
||||||
|
php occ maintenance:repair
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Set debug mode and start dev server
|
# Set debug mode and start dev server
|
||||||
|
@ -33,11 +41,6 @@ wget https://github.com/pulsejet/memories-assets/raw/main/Files.zip
|
||||||
unzip Files.zip
|
unzip Files.zip
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
# Setup
|
|
||||||
cd apps/memories
|
|
||||||
make exiftool
|
|
||||||
cd ../..
|
|
||||||
|
|
||||||
# Index
|
# Index
|
||||||
php occ files:scan --all
|
php occ files:scan --all
|
||||||
php occ memories:index
|
php occ memories:index
|
||||||
|
|
Loading…
Reference in New Issue