Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/server.sh')
-rw-r--r--cypress/server.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/cypress/server.sh b/cypress/server.sh
new file mode 100644
index 000000000..a50a2c5f0
--- /dev/null
+++ b/cypress/server.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+git clone https://github.com/nextcloud/viewer /var/www/html/apps/viewer
+su www-data -c "
+php /var/www/html/occ app:enable viewer
+php /var/www/html/occ app:enable text
+php /var/www/html/occ app:list
+"