Devices & Components
Arduino Nano
ICE Tower CPU Cooling Fan for Raspberry Pi
SD Card
Raspberry Pi 3 Model B
5V 2.5A Switching Power Supply
Software & Tools
Raspbian
Project description
Code
Commands to setup
text
Use this command to setup your file storage server.
1apt-get update –y 2apt-get upgrade –y 3apt-get install npm –y 4npm install –g n 5n latest 6npm install –g droppy 7npm install –g localtunnel 8chmod –R ugo-rwx /srv/ 9cp –rvf /usr/bin/nodejs /usr/bin/node 10droppy start –c /srv/droppy/config –f /srv/droppy/files
Comments
Only logged in users can leave comments