parent
b84bdc65a5
commit
117e849038
|
@ -17,10 +17,18 @@ php occ app:disable updatenotification
|
|||
php occ app:disable systemtags
|
||||
php occ app:disable files_sharing
|
||||
|
||||
# Setup
|
||||
cd apps/memories
|
||||
make exiftool
|
||||
cd ../..
|
||||
|
||||
# Enable apps
|
||||
php occ app:enable --force viewer
|
||||
php occ app:enable --force memories
|
||||
|
||||
# Run repair steps
|
||||
php occ maintenance:repair
|
||||
|
||||
set -e
|
||||
|
||||
# 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
|
||||
cd ../../..
|
||||
|
||||
# Setup
|
||||
cd apps/memories
|
||||
make exiftool
|
||||
cd ../..
|
||||
|
||||
# Index
|
||||
php occ files:scan --all
|
||||
php occ memories:index
|
||||
|
|
Loading…
Reference in New Issue