You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/exapp_development/DevSetup.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Setting up dev environment
4
4
==========================
5
5
6
6
AppAPI development requires a Nextcloud development environment setup.
7
-
We highly recommend using `Julius Knorr's Docker setup <https://github.com/juliusknorr/nextcloud-docker-dev>`_ for this.
7
+
We highly recommend using the `nextcloud-docker-dev <https://github.com/nextcloud/nextcloud-docker-dev>`_ setup (originally developed by Julius Knorr) for this.
8
8
For an alternate environment without using Docker, please refer to the setup instructions in :doc:`Getting started <../getting_started/devenv>`.
9
9
10
10
Suggested IDE: **PhpStorm**, though you can certainly use any IDE of your preference such as **VS Code** or **Vim**.
Copy file name to clipboardExpand all lines: developer_manual/exapp_development/development_overview/ExAppOverview.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ It is recommended to use the following default set of commands:
214
214
- ``copy_translations``: copies translations to needed location depending on your ExApp backend programming language.
215
215
216
216
.. note::
217
-
These Makefiles are typically written to work in the `nextcloud-docker-dev <https://github.com/juliusknorr/nextcloud-docker-dev>`_ development environment.
217
+
These Makefiles are typically written to work in the `nextcloud-docker-dev <https://github.com/nextcloud/nextcloud-docker-dev>`_ development environment.
218
218
219
219
For a complete example, you can take a look at our `Makefile for the 3rd-party service example <https://github.com/cloud-py-api/visionatrix/blob/main/Makefile>`_.
220
220
This example also requires the ``xmlstarlet`` program to be installed so that the Makefile can automatically detect the ExApp version from the info.xml file.
0 commit comments