Labrat2 provides Add_Format_Description_Here.
Full documentation on installing labrat2
can be found on the Labrat2 project website.
You can create a proxy repository in Nexus Repository Manager (NXRM) that will cache packages from a remote Labrat2 repository, like
Add_Format_Repo_Name. Then, you can make the labrat2
client use your Nexus Repository Proxy
instead of the remote repository.
To proxy a Labrat2 repository, you simply create a new 'labrat2 (proxy)' as documented in Repository Management in detail. Minimal configuration steps are:
- Define 'Name' - e.g.
labrat2-proxy
- Define URL for 'Remote storage' - e.g. https://add_format_repo_url/
- Select a
Blob store
forStorage
Using the labrat2
client, you can now download packages from your NXRM Labrat2 proxy like so:
$ add client command line example here
The command above tells labrat2 to fetch (and install) packages from your NXRM Labrat2 proxy. The NXRM Labrat2 proxy will download any missing packages from the remote Labrat2 repository, and cache the packages on the NXRM Labrat2 proxy. The next time any client requests the same package from your NXRM Labrat2 proxy, the already cached package will be returned to the client.