diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-07 21:37:29 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-07 21:37:29 +0100 |
commit | 969ee58b7d20ce9c0ad89289a2f8147bc120c729 (patch) | |
tree | a13d085c20dcf31b6012d8768d22aece1d5613f8 /app/integration/nextcloud/README.md | |
parent | 4456fb56c1531f995429c59f889b0b84df32ba47 (diff) | |
download | infrastructure-969ee58b7d20ce9c0ad89289a2f8147bc120c729.tar.gz infrastructure-969ee58b7d20ce9c0ad89289a2f8147bc120c729.zip |
WIP nextcloud tests
Diffstat (limited to 'app/integration/nextcloud/README.md')
-rw-r--r-- | app/integration/nextcloud/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/integration/nextcloud/README.md b/app/integration/nextcloud/README.md new file mode 100644 index 0000000..3d49768 --- /dev/null +++ b/app/integration/nextcloud/README.md @@ -0,0 +1,20 @@ +Install Owncloud CLI: + +php ./occ \ + --no-interaction \ + --verbose \ + maintenance:install \ + --database pgsql \ + --database-name nextcloud \ + --database-host postgres \ + --database-user nextcloud \ + --database-pass nextcloud \ + --admin-user nextcloud \ + --admin-pass nextcloud \ + --admin-email coucou@deuxfleurs.fr + +Official image entrypoint: + +https://github.com/nextcloud/docker/blob/master/20.0/fpm/entrypoint.sh + + |