Shashwat Raj
Published © GPL3+

How to setup File Storage Server

In this tutorial, I will show you how to setup your file storage server on raspberry pi.

IntermediateFull instructions provided1,378
How to setup File Storage Server

Things used in this project

Story

Read more

Code

Commands to setup

Plain text
Use this command to setup your file storage server.
apt-get update –y
apt-get upgrade –y
apt-get install npm –y
npm install –g n
n latest
npm install –g droppy
npm install –g localtunnel
chmod –R ugo-rwx /srv/
cp –rvf /usr/bin/nodejs /usr/bin/node
droppy start –c /srv/droppy/config –f /srv/droppy/files

Credits

Shashwat Raj

Shashwat Raj

7 projects • 12 followers
My name is Shashwat Raj. I love doing projects with arduino and Raspberry Pi. You want to view more please subscribe to my YouTube Channel.

Comments