Skip to content

Commit

Permalink
Add more package URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Feb 25, 2024
1 parent e65a874 commit f395294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/development/design/index.mdwn
Expand Up @@ -319,11 +319,11 @@
+ X11 can be run under various servers
+ If `DISPLAY` is set, have option
+ Use current `DISPLAY`
+ Use Xvfb
+ Use Xephyr (may need a WM to run inside)
+ Use Xvfb (`pkg:deb/debian/xvfb`)
+ Use Xephyr (`pkg:deb/debian/xserver-xephyr`) (may need a WM to run inside)
+ If `DISPLAY` is not set (headless environment)
+ Set `DISPLAY`
+ Use Xvfb (requires `pkg:deb/debian/xvfb`)
+ Use Xvfb (`pkg:deb/debian/xvfb`)
+ Scenario 2: Tests need PostgreSQL
+ Alternative 1: Use existing PostgreSQL on system.
+ Alternative 2: Use [[Docker|virtualization/docker]] <https://hub.docker.com/_/postgres/>.
Expand Down

0 comments on commit f395294

Please sign in to comment.