Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 577 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 577 Bytes

jmaker-server

asciicast

requirements:

  • FreeBSD >= 11.1
  • redis
  • rsync
  • node >= 9.1
  • npm or yarn
  • check_ip - for automatically getting ip addresses

tune in /boot/loader.conf:

kern.racct.enable=1

tune in /etc/rc.conf:

redis_enable="YES"

# recommendations:
sendmail_enable="NO"
rpcbind_enable="NO"

install:

  1. clone and change directory project
  2. install dependencies $ yarn
  3. run $ sudo ./index.js --config=config.yml