[FOLIO-615] Add developer documentation about where to find FOLIO-related artifacts Created: 20/May/17  Updated: 18/Jan/19

Status: Open
Project: FOLIO
Components: None
Affects versions: None
Fix versions: None

Type: Task Priority: P3
Reporter: John Malconian Assignee: David Crossley
Resolution: Unresolved Votes: 0
Labels: devdoc, doc
Remaining Estimate: Not Specified
Time Spent: 30 minutes
Original estimate: Not Specified

Issue links:
Relates
relates to FOLIO-673 Additional information section in eac... In Progress
Sprint:
Development Team: Core: Platform

 Description   

We have several different repositories that contain snapshot and released artifacts in various formats - Docker images, Debian packages, Maven artifacts, and NPM packages. These artifacts are publicly accessible (read-only) and probably should be properly documented so that the larger community can use them.



 Comments   
Comment by John Malconian [ 20/May/17 ]
  • NPM packages for Stripes and UI application releases. Example .npmrc configuration:

@folio:registry=https://repository.folio.org/repository/npm-folio/

  • Maven release artifacts: Example Maven POM configuration:

<repositories>
<repository>
<id>folio-nexus</id>
<name>FOLIO Maven repository</name>
<url>https://repository.folio.org/repository/maven-folio</url>
</repository>
</repositories>

  • Debian/Ubuntu Apt Repository (Currently only Okapi packages for Ubuntu Xenial). Example Apt source configuration:

deb https://repository.folio.org/packages/ubuntu xenial/

  • Docker images of FOLIO module releases:

https://hub.docker.com/u/folioorg/

Individual module repositories on Docker Hub need some usage documentation in the short and long descriptions and links back to Github.

Comment by David Crossley [ 21/Jun/17 ]

Done the web page portion of this: dev.folio.org/download/artifacts

Generated at Thu Feb 08 23:07:05 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.