An open API service indexing awesome lists of open source software.

https://github.com/gentoo-ev/distrowatch.gentoo-ev.org

:newspaper: Code to serve fresh data for https://distrowatch.com/table.php?distribution=gentoo
https://github.com/gentoo-ev/distrowatch.gentoo-ev.org

docker-compose docker-image gentoo python

Last synced: 5 months ago
JSON representation

:newspaper: Code to serve fresh data for https://distrowatch.com/table.php?distribution=gentoo

Awesome Lists containing this project

README

          

[![Build](https://github.com/gentoo-ev/distrowatch.gentoo-ev.org/actions/workflows/build.yml/badge.svg)](https://github.com/gentoo-ev/distrowatch.gentoo-ev.org/actions/workflows/build.yml)

# How to Build and Run (on Gentoo)

```console
# sudo emerge app-emulation/docker app-emulation/docker-compose
# sudo /etc/init.d/docker start
# docker network create --internal ssl-reverse-proxy
# docker-compose up -d --build
# chromium http://127.0.0.1:50480/ &
```

Enjoy :)