fedora-packages-static

Created 3 years ago
Maintained by fnux
New, simpler revision of the package app.
Members 2
Brendan Early committed a year ago

fedora-packages-static Azure CI Status

Links: Production Website, Staging Website

This project replaces the former Fedora packages app which was built atop now dead libraries and was a pain to maintain. See The packages app has a short runway for context.

This project generates a static page for each package, which is then indexed by Solr.

With the exception of the MIT assets/css/bootstrap.min.css, the content of this repository is licensed under the GPLv3.

Dependencies

The scripts contained in this repository depend on:

  • make
  • curl
  • python3
  • python3-requests
  • python3-jinja2
  • python3-defusedxml
  • python3-tqdm
  • python3-dnf

Usage

  • Download repository metadata for active releases: make sync-repositories
  • Download package-maintainers mapping from dist-git: make fetch-maintainers
  • Generate static website: make html
  • Install npm dependencies: make setup-js

  • All at once: make all

  • Help message: make help
  • Clean artefacts (generated and downloaded): make clean

Running with Solr

To run fedora-packages-static with functioning search:

mkdir container_folder public_html
docker-compose build
docker-compose up

Solr will be available at http://localhost:8983/ and fedora-packages-static will be at http://localhost:8080/