Skip to content

Instantly share code, notes, and snippets.

@makvoid
Created June 16, 2022 02:34
Show Gist options
  • Save makvoid/10ef379d61d66ab2dabfca5130b3bce9 to your computer and use it in GitHub Desktop.
Save makvoid/10ef379d61d66ab2dabfca5130b3bce9 to your computer and use it in GitHub Desktop.
Final setup and configuration (step 2)
# Extract the user-interface package
$ tar zxf ui_package.tgz
# Move the package to its final location
$ sudo mv dist /opt/signs-user-interface && chown -R dietpi. /opt/signs-user-interface
# Install the systemd services
$ sudo mv /opt/signs-user-interface/services/*.service /usr/lib/systemd/system/
# Reload systemd so it can load the new services
$ sudo systemctl daemon-reload
# Ensure your configuration file is present (the configuration can be downloaded via the Frontend on the Device’s page)
$ nano /home/dietpi/.sign_config.json
# Enable auto-starting the User Interface on boot and start it
$ sudo systemctl enable signs-user-interface-core && sudo systemctl start signs-user-interface-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment