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
{{ message }}
This repository was archived by the owner on Nov 5, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+66-14
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,14 @@ It takes a list of urls and associated archiving information, and turns that int
33
33
The output is cached in [`cache.json`](cache.json). Because this is a large file, we provide incremental pieces of the cached tree as a web server. To dynamically calculate coverage completion to can work with the `cache.json` file.
34
34
35
35
36
-
## License & Copyright
37
-
38
-
Copyright (C) 2017 Data Together
39
-
This program is free software: you can redistribute it and/or modify it under
40
-
the terms of the GNU Affero General Public License as published by the Free Software
41
-
Foundation, version 3.0.
42
-
43
-
This program is distributed in the hope that it will be useful, but WITHOUT ANY
44
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
45
-
PARTICULAR PURPOSE.
36
+
## Routes
46
37
47
-
See the [`LICENSE`](./LICENSE) file for details.
38
+
*`/healthcheck` - server status
39
+
*`/repositories` - listing of all data repositories
40
+
*`/repositories/:repository_uuid` - details of one data repository
41
+
*`/fulltree` -
42
+
*`/coverage` -
43
+
*`/tree` - alias for `/coverage`
48
44
49
45
50
46
## Getting Involved
@@ -56,11 +52,67 @@ We use GitHub issues for [tracking bugs and feature requests](./issues) and Pull
56
52
57
53
## Installation
58
54
59
-
The easiest way to get going is to use [docker-compose](https://docs.docker.com/compose/install/). Once you have that:
55
+
Running this project can be done either directly on your workstation system, or in a "container" via Docker.
56
+
57
+
For people comfortable with Docker, or who are excited to learn about it, it can be the best way to get going.
0 commit comments