Skip to content

Commit 853f5bd

Browse files
committed
Update readme
1 parent 81a84c0 commit 853f5bd

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,19 @@ periodically check for new data/methods available. When a method detects new dat
88
a new workflow execution will be send. Each experiment execution is stored with its
99
metadata and outputs for posterior analysis.
1010

11-
## How to install?
11+
## Documentation and Links
12+
13+
- Full documentation is available at [https://disk.readthedocs.io](https://disk.readthedocs.io)
14+
- The project website is available at [https://disk-project.org/index.html](https://disk-project.org/index.html)
15+
- Check our our ENIGMA DISK live demo at [https://disk.isi.edu](https://disk.isi.edu)
16+
17+
## Related repositories
18+
19+
- [DISK API](https://github.com/KnowledgeCaptureAndDiscovery/DISK-API) is the backend of this application.
20+
You need to install the backend if you want to run the DISK UI locally.
21+
- We use [WINGS](https://github.com/KnowledgeCaptureAndDiscovery/WINGS) as the workflow manager for the DISK runs.
1222

23+
## How to install?
1324

1425
```bash
1526
$ yarn install
@@ -27,11 +38,3 @@ $ vim public/config.js
2738
### Configuration parameters
2839

2940
- `window.REACT_APP_DISK_API`: URL of the DISK API
30-
31-
## Documentation
32-
33-
Full documentation is available at [https://disk.readthedocs.io](https://disk.readthedocs.io)
34-
35-
## Related repositories
36-
37-
- [DISK API](https://github.com/KnowledgeCaptureAndDiscovery/DISK-API)

0 commit comments

Comments
 (0)