Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1016 Bytes

INSTALL.md

File metadata and controls

34 lines (26 loc) · 1016 Bytes

Installation

  1. Install ubuntu OS on the Raspberry Pi. Suggest ubuntu server 18.04 server.

  2. Install Node.js and npm with the following commands:

sudo apt update
sudo apt install nodejs npm
  1. Install Node-RED globally with the following command:
npm i - g node-red
  1. Clone this repository locally and install the Peekaboo operators using our provided installation script:
git clone https://github.com/CMUChimpsLab/Peekaboo.git
cd Peekaboo/peekaboo-operators
bash reinstall_allnodes.sh
  1. Use the following command to find your Raspberry Pi's IP address:
hostname -I

  1. Start the server using the node-red command

  2. You can then connect to the server on your local computer browser by typing the IP address we found earlier, with :1880 at the end: