4.5 KiB
title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
| title | date | weight | geekdocRepo | geekdocEditPath | geekdocFilePath |
|---|---|---|---|---|---|
| Continuous Deployment | 2020-10-12T14:04:00+01:00 | 10 | https://github.com/owncloud/ocis | edit/master/docs/ocis/deployment | continuous_deployment.md |
{{< toc >}}
We are continuously deploying the following deployment examples. Every example is deployed in two flavors:
- Master: reflects the current master branch state of oCIS and will be updated with every commit to master
- Rolling: reflects the latest rolling release of oCIS and will be updated with every rolling release
- Production: reflects the latest production release of oCIS and will be updated with every production release
The configuration for the continuous deployment can be found in the oCIS repository.
oCIS with Web Office
This deployment is based on our modular ocis_full Example and uses the default configuration with Collabora Online as the office suite, traefik reverse proxy, cloudimporter and the inbucket mail catching server to showcase the full feature set of oCIS.
Credentials:
- oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})
Master
Rolling Release
Production Release
Master with OnlyOffice
This example is using OnlyOffice as the office suite.
Rolling Release with OnlyOffice
This example is using OnlyOffice as the office suite.
oCIS and ownCloud Web with both most recent development versions
Credentials:
- oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})
Master branches
oCIS with Keycloak
Credentials:
- oCIS: see [default demo users]({{< ref "../getting-started#login-to-owncloud-web" >}})
- Keycloak:
- username: admin
- password: admin
Rolling Release
- oCIS: ocis.ocis-keycloak.rolling.owncloud.works
- Keycloak admin access: keycloak.ocis-keycloak.rolling.owncloud.works
- Keycloak account management: keycloak.ocis-keycloak.rolling.owncloud.works/realms/oCIS/account/#/
oCIS with S3 storage backend (MinIO)
This deployment is based on our modular ocis_full Example, see the oCIS with Web Office description for the feature set. In addition to that, we deployed a MinIO S3 storage backend. oCIS stores the data in the S3 server and the metadata on the local disk by using the s3ng storage driver.
The MinIO server provides a powerful Web UI for browser-based access to the storage which makes it possible to manage the data stored in the S3 server and understand how different policies and configurations affect the data.
Credentials:
- oCIS: see [default demo users]({{< ref "../getting-started/demo-users/" >}})
- MinIO:
- access key: ocis
- secret access key: ocis-secret-key
Rolling Release
- oCIS: ocis.ocis-s3.rolling.owncloud.works
- MinIO: minio.ocis-s3.rolling.owncloud.works
- Mail: mail.ocis-s3.rolling.owncloud.works
oCIS with LDAP for users and groups
Credentials:
- oCIS: see [default demo users]({{< ref "../getting-started/demo-users/" >}})
- LDAP admin:
- username: cn=admin,dc=owncloud,dc=com
- password: admin
Rolling Release
- oCIS: ocis.ocis-ldap.rolling.owncloud.works
- LDAP admin: ldap.ocis-ldap.rolling.owncloud.works