summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3e4905..0067010 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,8 @@ Optional:
* **Perl**: Needed if you want to import tarballs.
+* **Git LFS**: Needed if you want to import raw files.
+
Lorry file specification
------------------------
@@ -141,7 +143,7 @@ is assumed to be the master branch.
### Subversion
To support all the branches and tags a layout needs to be specified as svn is
very flexible with the possible layouts, however the most common is to have the
-working branch in a directory called trunk, and the branches and tags in
+working branch in a directory called trunk, and the branches and tags in
respectively named subdirectories.
Because this is so common "standard" can be used as the layout
@@ -282,6 +284,23 @@ will be tagged as 'bkai00mp.ttf')
}
}
+### Raw File
+
+Lorry can store raw files in a git LFS repository, which may allow your git
+server to serve those files via its repository browser.
+
+For convenience, raw file lorries can specify multiple sources to store in the same repository.
+Each raw file will be stored under a subpath corresponding to the source name.
+
+ {
+ "raw-file-repo": {
+ "type": "raw-file",
+ "urls": {
+ "authorities/england-and-wales": "http://geoportal1-ons.opendata.arcgis.com/datasets/0b09996863af4b5db78058225bac5d1b_0.kml",
+ "radiological-monitoring-data": "https://fsadata.github.io/radiological-monitoring-data/data/provisional-2016-bi-annual-aquatic-and-terrestrial-monitoring-results-26062017-raw-results.csv"
+ }
+ }
+ }
Tips
----