Skip to content

Commit

Permalink
docs: Remove app store link for shipped apps and mention both circles…
Browse files Browse the repository at this point in the history
…/teams

Fixes: #1220

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Apr 24, 2024
1 parent 2e185a3 commit 647a5ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ The following tools are required for app development:
* php `dom` and `sqlite` extension
* composer for installing php dependencies
* nextcloud server for running php tests
* teams app for passing some php tests that depend on it
* teams/circles app for passing some php tests that depend on it
* gh, the Github console command, for releasing to Github

## Developer installation

To install the app manually:

0. Install a [development setup](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#setup) of nextcloud.
1. Install the teams, text and viewer apps by cloning them to the `apps` folder
1. Install the teams/circles, text and viewer apps by cloning them to the `apps` folder
2. Clone this repository into the `apps` folder of your Nextcloud
3. Install build tools and dependencies by running `make setup-dev`
4. Compile NodeJS assets by running `make build`
Expand Down
6 changes: 3 additions & 3 deletions docs/content/administration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ alwaysopen = false

## Runtime Dependencies

This app requires the following apps to be enabled:
Collectives requires the following apps to be enabled, all being shipped and enabled by default with recent Nextcloud releases:

* [**Teams**](https://apps.nextcloud.com/apps/circles)
* [**Text**](https://apps.nextcloud.com/apps/text)
* **Teams** (with Nextcloud >= 29) or **Circles** (with Nextcloud <= 28)
* **Text**
* **Viewer**
* **files_versions**

Expand Down

0 comments on commit 647a5ed

Please sign in to comment.