ports

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README (532B)


      1 +-----------------------------------------------------------------------
      2 | Running ${PKGSTEM} node on OpenBSD
      3 +-----------------------------------------------------------------------
      4 
      5 Running idecd(1) locally from user
      6 ==========================================
      7 $ mkdir ~/myidecnode
      8 $ cd ~/myidecnode
      9 $ cp -r /usr/local/share/examples/openidec/* ./
     10 $ idecd
     11 
     12 Running idecd(1) as system service
     13 ==========================================
     14 # rcctl enable idecd
     15 # rcctl set idecd flags -L 127.0.0.1:8080 -sys my.node
     16 # rcctl start idecd