Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/dev/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down