diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-06-04 13:40:28 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-06-04 13:40:28 -0700 |
commit | b16744f51d8dc5feb6eb87eb838f7340fbf21d70 (patch) | |
tree | 927cf7f3c6cbd586359eafcdc9f49f60e23f3e06 | |
parent | 469a0399dd8118642b6b8058a0676daa2f352661 (diff) | |
download | SpyGlass-b16744f51d8dc5feb6eb87eb838f7340fbf21d70.tar.gz SpyGlass-b16744f51d8dc5feb6eb87eb838f7340fbf21d70.zip |
archive.org upload directions2.11_0.17.2_cdh5.3.1
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -18,6 +18,14 @@ repository: This has been tested with OpenJDK 1.8 on linux and macOS machines. +To upload to a static maven repository in petabox using the 'internetarchive' +python tool: + + mkdir -p /tmp/repository + cp -r ~/.m2/repository/parallelai /tmp/repository + cd /tmp + ia upload ia_sandcrawler_maven2 /tmp/repository + -------- SpyGlass |