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

server.sh « cypress - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a50a2c5f034e7a89afa789ba7f9f20c504009bf5 (plain)
1
2
3
4
5
6
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
"