Module 2: Prerequisites and Setup

System requirements for bee-factory as well as instructions on how to setup docker and node.js, prerequisites for bee-factory.

1.0 System Requirements

  • Ubuntu 20.04
  • NPM 10.6.0
  • Node.js: 18.20.2
  • Open ports 1633, 1635 for internal use.
  • Minimum system specs: 2vCPU, 2GB RAM, 35GB SSD.

2.0 Server Installation Guide

2.1 Docker
2.2 Node.js/NPM
  • We need to use Node.js 18.20.2 & NPM 10.6.0
2.3 Open Ports (iptables)
  • You can use the following commands to allow inbound connections on ports 1633 and 1635:
sudo iptables -A INPUT -p tcp --dport 1633 -j ACCEPT sudo iptables -A INPUT -p tcp --dport 1635 -j ACCEPT sudo iptables-save Your server is now ready for bee-factory!

Questionnarie

You need to join society to be able to do this

- What version of node.js is required for bee-factory?

- What ports are required for bee-factory?