mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Add documentation for developping an existing app
The App development » Introduction documentation only discusses how to create a new app. Wanting to contribute to an existing app, I was confused by this. Once I figured out how to set everything up so that I could see my changes to the app in my development version of Nextcloud, I thought I would make this pull request to add this information to the docs. Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
This commit is contained in:
committed by
Marcel Robitaille
parent
5153490222
commit
dde067c2dc
@@ -13,6 +13,17 @@ After :doc:`you've set up the development environment <../getting_started/devenv
|
||||
|
||||
Then create a skeleton app in the `app store <https://apps.nextcloud.com/developer/apps/generate>`_. This doesn't publish anything on the appstore yet, it just gives you a download.
|
||||
|
||||
Edit an existing app
|
||||
--------------------
|
||||
|
||||
Alternatively, if you would like to contribute to an existing app instead of creating a new one, first :doc:`set up the development environment <../getting_started/devenv>`, then change into the Nextcloud apps directory::
|
||||
|
||||
cd /var/www/nextcloud/apps
|
||||
|
||||
Finally, clone the app to which you would like to contribute. For example:
|
||||
|
||||
git clone https://github.com/nextcloud/cookbook.git
|
||||
|
||||
Enable the app
|
||||
--------------
|
||||
The app can now be enabled on the Nextcloud apps page.
|
||||
|
||||
Reference in New Issue
Block a user