๐Ÿ—๏ธMaintenance

Notes on how to maintain and update a Lighthouse client.

Lighthouse - Update Client

lighthouse-version-current    # Check current version number
lighthouse-build              # Download and build latest version
lighthouse-version-new        # Check the version of the newly built client
lighthouse-deploy             # Deploy the new client

Lighthouse - Update lighthousebeacon.service

lighthouse-beacon-stop
lighthouse-beacon-config

# MAKE ANY CHANGES TO THE CONFIG

daemon-reload
lighthouse-beacon-start
lighthouse-beacon-status

Last updated