moved to NFS share for volume storage. Migrated all data
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
OCC="/var/www/html/occ"
|
||||
|
||||
php $OCC app:install memories || true
|
||||
php $OCC app:enable memories || true
|
||||
|
||||
php $OCC app:install recognize || true
|
||||
php $OCC app:enable recognize || true
|
||||
|
||||
|
||||
exec apache2-foreground
|
||||
Reference in New Issue
Block a user