Skip to content

Installation

Richard Hajek edited this page Aug 14, 2019 · 2 revisions

Environment Overseer must be installed alongside Pihole DNS server to work!

Arch Linux Installation

Use AUR package

Manual Installation

  • Clone this repo
    • git clone https://github.com/meowxiik/environment-overseer.git
  • cd into the repo
    • cd environment-overseer
  • Copy overseer.py from src to your preferred directory in PATH, remove the .py extension.
    • e.g. sudo src/overseer.py /usr/local/bin/overseer
  • (Recommended) Copy systemd units from systemd to /etc/systemd/system
    • sudo cp systemd/* /etc/systemd/system

Test installation

Try running overseer --prepare, you should see Creating folder structure in /etc/overseer.

If you get command not found: overseer you need to inspect your PATH or make sure overseer is executable.

Clone this wiki locally