Skip to content

Commit cd2606e

Browse files
authored
Merge pull request #1094 from nextcloud/fix/add-development-instructions
docs: Add development setup steps to readme
2 parents 7d86211 + 10452e1 commit cd2606e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ The following providers are supported and tested at the moment:
2424
- Any other provider that authenticates using the environment variable
2525

2626
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are **not** part of any internal test matrix.
27+
28+
29+
## 🚧 Development setup
30+
31+
1. Simply clone this repository into the `apps` folder of your Nextcloud development instance.
32+
2. Run `composer install` to install PHP dependencies.
33+
3. Run `npm ci` to install JS/frontend dependencies.
34+
4. Run `npm run build` for a production build or `npm run watch` for a watch/dev build.
35+
5. Then activate the app through the apps management.
36+
6. Make sure to configure the app in "SSO & SAML authentication" in administration settings.

0 commit comments

Comments
 (0)