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
- Host: GitHub
- URL: https://github.com/gentoo-ev/distrowatch.gentoo-ev.org
- Owner: gentoo-ev
- Created: 2018-07-11T19:46:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T20:14:56.000Z (5 months ago)
- Last Synced: 2026-01-22T08:59:51.253Z (5 months ago)
- Topics: docker-compose, docker-image, gentoo, python
- Language: Python
- Homepage: https://distrowatch.gentoo-ev.org/
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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 :)