From 840c03eedef50158a0460d24e2d4d0fd1f19c1b2 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 17 Oct 2022 08:45:03 -0300 Subject: [PATCH 1/2] Link to nextcloud-docker-{dev,debug} I wanted to setup my development environment on a different computer, and reading this section, it seemed that the `docker-compose.yml` by christianlupus was in this repository. Singed-off-by: Marcel Robitaille Signed-off-by: Marcel Robitaille --- docs/dev/contributing/setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/contributing/setup.md b/docs/dev/contributing/setup.md index 2c60d49e3..d64f0e8f8 100644 --- a/docs/dev/contributing/setup.md +++ b/docs/dev/contributing/setup.md @@ -29,7 +29,7 @@ cd /var/www/nextcloud/apps git clone https://github.com/nextcloud/cookbook.git # you may want to clone your own fork if you are contributing pull requests ``` -### Usage of the docker-compose file by juliushaertl +### Usage of [nextcloud-docker-dev](https://github.com/juliushaertl/nextcloud-docker-dev) by juliushaertl If you installed via Docker, [the volumes section of the `docker-compose.yml`](https://github.com/juliushaertl/nextcloud-docker-dev/blob/2bbf26cc257081d9ed72abc947441849fca59dcd/docker-compose.yml#L68) shows that there are many options for specifying apps. @@ -41,9 +41,9 @@ You might need to adopt the path specification according to your local setup. Al Be sure to recreate the containers after modifying `docker-compose.yml` using `docker-compose up -d`. -### Usage of the docker-compose scripts by christianlupus +### Usage of [nextcloud-docker-debug](https://github.com/christianlupus/nextcloud-docker-debug) by christianlupus -The installation process is described in the README of the project. Feel free to contact the author in cases of problems. +The installation process is described in the README of that project. Feel free to contact the author in cases of problems. ## Install PHP dependencies From cd0778a56255f75fea2bc1bdb75c8aeae93a9550 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 17 Oct 2022 15:19:56 +0200 Subject: [PATCH 2/2] Update changelog Signed-off-by: Christian Wolf --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ddb430ef..8d10d1b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ - Allow for PlantUML diagrams in documentation [#1229](https://github.com/nextcloud/cookbook/pull/1229) @christianlupus +### Documentation +- Fix bad writing + [#1256](https://github.com/nextcloud/cookbook/pull/1256) @MarcelRobitaille + ### Removed - Remove the deprecated endpoints from version 0.9.15 [#1200](https://github.com/nextcloud/cookbook/pull/1200) @christianlupus