Skip to content
Mark Nadal edited this page Jul 27, 2021 · 1 revision

@BIOS mentioned this for his RasPi setup:

(venv) pi@chia1:~/gundb/gun $ cat /etc/systemd/system/gun.service
[Unit]
Description=GunDB Relay Peer

[Service]
User=pi
Group=pi
WorkingDirectory=/home/pi/gundb/gun
ExecStart=/usr/bin/npm start

[Install]
WantedBy=multi-user.target

This wiki is where all the GUN website documentation comes from.

You can read it here or on the website, but the website has some special features like rendering some markdown extensions to create interactive coding tutorials.

Please feel free to improve the docs itself, we need contributions!

Clone this wiki locally