ports/www/openidec/pkg
vasyahacker 2c17e1f861 update to last version 2023-05-18 17:51:23 +04:00
..
DESCR fixes and rebranding to openidec 2023-03-29 19:29:16 +04:00
MESSAGE update to last version 2023-05-18 17:51:23 +04:00
PLIST fixes and rebranding to openidec 2023-03-29 19:29:16 +04:00
README fixes and upgrades 2023-04-01 12:27:13 +04:00
idecd.rc fixes and rebranding to openidec 2023-03-29 19:29:16 +04:00

README

+-----------------------------------------------------------------------
| Running ${PKGSTEM} node on OpenBSD
+-----------------------------------------------------------------------

Running idecd(1) locally from user
==========================================
$ mkdir ~/myidecnode
$ cd ~/myidecnode
$ cp -r /usr/local/share/examples/openidec/* ./
$ idecd

Running idecd(1) as system service
==========================================
# rcctl enable idecd
# rcctl set idecd flags -L 127.0.0.1:8080 -sys my.node
# rcctl start idecd