mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
docs: remove rocket chat badge
The talk.owncloud.com Rocket.Chat server is going to be discontinued. This removes all mentions of that server to stop directing users there.
This commit is contained in:
@@ -38,7 +38,7 @@ For simplicity reasons, this document mostly refers to the ownCloud [Infinite Sc
|
||||
|
||||
For general questions, please refer to [ownCloud's FAQs](https://owncloud.com/faq/) or ask on the [ownCloud Central Server](https://central.owncloud.org/).
|
||||
|
||||
We also have a [Rocket Chat Server](https://talk.owncloud.com/channel/ocis) to answer your questions specifically about ownCloud Infinite Scale.
|
||||
We also have a [Matrix channel](https://matrix.to/#/#ocis:matrix.org) to answer your questions specifically about ownCloud Infinite Scale.
|
||||
|
||||
## What should I know before I get started
|
||||
|
||||
|
||||
41
README.md
41
README.md
@@ -1,7 +1,6 @@
|
||||
# ownCloud Infinite Scale
|
||||
|
||||
[](https://app.element.io/#/room/#ocis:matrix.org)
|
||||
[](https://talk.owncloud.com/channel/infinitescale)
|
||||
[](https://drone.owncloud.com/owncloud/ocis)
|
||||
[](https://sonarcloud.io/dashboard?id=owncloud_ocis)
|
||||
[](https://sonarcloud.io/dashboard?id=owncloud_ocis)
|
||||
@@ -11,23 +10,25 @@
|
||||
[](https://hub.docker.com/r/owncloud/ocis)
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
|
||||
* [Introduction](#introduction)
|
||||
* [Quickstart](#quickstart)
|
||||
* [Overview](#overview)
|
||||
* [Clients](#clients)
|
||||
* [Web Office Applications](#web-office-applications)
|
||||
* [Authentication](#authentication)
|
||||
* [Installation](#installation)
|
||||
* [Important Readings](#important-readings)
|
||||
* [Run ownCloud Infinite Scale](#run-owncloud-infinite-scale)
|
||||
* [Use the Official Documentation](#use-the-official-documentation)
|
||||
* [Use the ocis Repo as Source](#use-the-ocis-repo-as-source)
|
||||
* [Documentation](#documentation)
|
||||
* [Admin Documentation](#admin-documentation)
|
||||
* [Development Documentation](#development-documentation)
|
||||
* [Security](#security)
|
||||
* [Contributing](#contributing)
|
||||
* [Copyright](#copyright)
|
||||
- [ownCloud Infinite Scale](#owncloud-infinite-scale)
|
||||
- [Introduction](#introduction)
|
||||
- [Quickstart](#quickstart)
|
||||
- [Overview](#overview)
|
||||
- [Clients](#clients)
|
||||
- [Web Office Applications](#web-office-applications)
|
||||
- [Authentication](#authentication)
|
||||
- [Installation](#installation)
|
||||
- [Important Readings](#important-readings)
|
||||
- [Run ownCloud Infinite Scale](#run-owncloud-infinite-scale)
|
||||
- [Use the Official Documentation](#use-the-official-documentation)
|
||||
- [Use the ocis Repo as Source](#use-the-ocis-repo-as-source)
|
||||
- [Documentation](#documentation)
|
||||
- [Admin Documentation](#admin-documentation)
|
||||
- [Development Documentation](#development-documentation)
|
||||
- [Security](#security)
|
||||
- [Contributing](#contributing)
|
||||
- [End User License Agreement](#end-user-license-agreement)
|
||||
- [Copyright](#copyright)
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -131,7 +132,7 @@ make -C ocis build
|
||||
# run with demo users
|
||||
IDM_CREATE_DEMO_USERS=true ./ocis/bin/ocis server
|
||||
|
||||
# Open your browser on http://localhost:9200 to access the bundled web-ui
|
||||
# Open your browser on http://localhost:9200 to access the bundled web-ui
|
||||
```
|
||||
|
||||
All batteries included: no external database, no external IDP needed!
|
||||
@@ -151,7 +152,7 @@ If you find a security issue, please contact [security@owncloud.com](mailto:secu
|
||||
|
||||
## Contributing
|
||||
|
||||
We are _very_ happy that oCIS does not require a Contributor License Agreement (CLA) as it is [Apache 2.0 licensed](LICENSE). We hope this will make it easier to contribute code. If you want to get in touch, most of the developers hang out in our [matrix channel](https://app.element.io/#/room/#ocis:matrix.org), our [rocket chat channel](https://talk.owncloud.com/channel/infinitescale) or reach out to the [ownCloud central forum](https://central.owncloud.org/).
|
||||
We are _very_ happy that oCIS does not require a Contributor License Agreement (CLA) as it is [Apache 2.0 licensed](LICENSE). We hope this will make it easier to contribute code. If you want to get in touch, most of the developers hang out in our [matrix channel](https://app.element.io/#/room/#ocis:matrix.org) or reach out to the [ownCloud central forum](https://central.owncloud.org/).
|
||||
|
||||
Infinite Scale is carefully internationalized so that everyone, no matter what language they speak, has a great experience. To achieve this, we rely on the help of volunteer translators. If you want to help, you can find the projects behind the following links:
|
||||
[Transifex for ownCloud web](https://app.transifex.com/owncloud-org/owncloud-web/translate/) and [Transifex for ownCloud](https://app.transifex.com/owncloud-org/owncloud/translate/) (Select the resource by filtering for `ocis-`).
|
||||
|
||||
Reference in New Issue
Block a user