RPI Compatibility

Merge Request Template

What

Irons out issues on RPI and ensures the auto-installer works without any issues on RPI for installing, building, & deploying whitebox services.

Related MRs

Why

How

  • AP

    • hostapd was required to be present
    • Set country using raspi-config utility
  • Tileserver

    • There was some paging issues with libcairo.so.2
    • Deleting & Rebuilding fixed the issue
  • Key moments timestamps

    • Server and client time was desynchronized (didn't happen on localhost, but does happen with multiple devices)
    • Added time synchronization

Testing

Sandbox Hosting [auto-managed section, do not edit manually]

Common Testing Instructions

  • curl -fsSL rpi.install.whitebox.aero | bash

Before Merge Checklist

  • Test all new code (unit & integration)
  • Update the documentation (if applicable).
  • Pass 2 code reviews (get two 👍 and no outstanding comment)
  • Pass 1 product review (if the code change affects users)
  • Bump versions of internal dependencies from related MRs that were merged (if applicable)
Edited by Avinash

Merge request reports

Loading