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
You can download it via the Nextcloud app store: https://apps.nextcloud.com/apps/solid
5
19
6
-
## Development install
20
+
### Manual install
21
+
22
+
Please follow the [install instructions](https://github.com/pdsinterop/solid-nextcloud/blob/main/INSTALL.md).
23
+
24
+
<!-- @TODO: ## Usage -->
25
+
26
+
## Contributing
27
+
28
+
Questions or feedback can be given by [opening an issue on GitHub][issues-link].
29
+
30
+
All PDS Interop projects are open source and community-friendly.
31
+
Any contribution is welcome!
32
+
For more details read the [contribution guidelines][contributing-link].
33
+
34
+
All PDS Interop projects adhere to [the Code Manifesto](http://codemanifesto.com)
35
+
as its [code-of-conduct][code-of-conduct]. Contributors are expected to abide by its terms.
36
+
37
+
There is [a list of all contributors on GitHub][contributors-page].
38
+
39
+
For a list of changes see the [CHANGELOG][changelog] or [the GitHub releases page][releases-page].
40
+
41
+
### Development
42
+
43
+
#### Development install
44
+
7
45
Clone https://github.com/pdsinterop/test-suites, cd into it, and run:
8
46
```sh
9
47
docker pull nextcloud
@@ -20,14 +58,42 @@ docker exec -u root -it server service apache2 reload
20
58
Now visit https://localhost and log in as alice / alice123.
21
59
22
60
## Manual install
61
+
23
62
Please follow the [install instructions](https://github.com/pdsinterop/solid-nextcloud/blob/main/INSTALL.md).
63
+
### Testing
64
+
65
+
#### Unattended testing
24
66
25
-
## Unattended testing
26
67
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).
27
68
28
-
## Manual testing
69
+
#### Manual testing
70
+
29
71
You can try out the various Solid apps that show up in the Solid App GUI inside the Nextcloud GUI on first use.
30
72
31
73
### Build / Deploy
32
74
33
75
For publishing to the Nextcloud app store see [the deploy instructions](docs/deploy.md).
76
+
77
+
## License
78
+
79
+
All code created by PDS Interop is licensed under the [MIT License][license-link].
to make sure the provided dependencies are usable in the supported PHP versions, a docker image can be used.
90
+
to make sure the provided dependencies are usable in the supported PHP versions, the preferred method is to call composer using a docker image. The verbose, but complete command for this is:
0 commit comments