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: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,10 @@ and then test whether https://your-nextcloud-server.com/.well-known/openid-confi
28
28
Also, take the CORS instructions from site.conf and add them to your own webserver configuration.
29
29
30
30
## Unattended testing
31
-
To test whether your server is install correctly, you can run Solid's [webid-provider-tests](https://github.com/solid/webid-provider-tests#against-production) against it.
31
+
There is a [GitHub Action](https://github.com/pdsinterop/solid-nextcloud/actions/workflows/ci.yml) that runs a [Docker-based test script](https://github.com/pdsinterop/solid-nextcloud/blob/585b968/.github/workflows/ci.yml#L29).
32
32
33
33
## Manual testing
34
-
Go to https://solidcommunity.net and create a Solid pod.
35
-
Go to https://generator.inrupt.com/text-editor and log in with https://solidcommunity.net. Tick all 4 boxes in the consent dialog.
36
-
Click 'Load', type something, click 'Save'.
37
-
Grant access to co-editor https://your-nextcloud-server.com/apps/solid/@your-username/profile/card#me.
38
-
For instance if you're using the [development install](#development-install), that would be https://localhost/apps/solid/@alice/profile/card#me
39
-
Now in a separate browser window, log in to https://generator.inrupt.com/text-editor with https://your-nextcloud-server.com.
40
-
You should be able to edit the file as a co-author now, using your Nextcloud account as a webid identity provider.
34
+
You can try out the various Solid apps that show up in the Solid App GUI inside the Nextcloud GUI on first use.
0 commit comments