TODO: Create a dev setup guide for local testing #119
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since the changes to the environment variable-based config system, along with the move away from
--usersystemd services, there are a few steps required to test PeachPub on a local computer.GO_SBOT_DATADIRmust be set (eg.export GO_SBOT_DATADIR="/home/glyph/.ssb-go")A
sudoersfile withNOPASSWDrules must be created forgo-sbot(eg./etc/sudoers.d/go-sbot):And a
go-sbot.servicefile must be created (eg./etc/systemd/system/go-sbot.service):Then the config must be reloaded:
sudo systemctl daemon-reloadAddressed in #122.