Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 632 Bytes

File metadata and controls

17 lines (11 loc) · 632 Bytes

#AdminPanel An administrative panel for the senz switch. This will be used to make configurations, remove shares, add shares,add attributes etc.This interface is written in NodeJs, ExpressJs framework and uses jade.

###First Install Nodejs and set the Environment

sudo apt-get install build-essential checkinstall
sudo apt-get install libssl-dev
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install 5.0
nvm use 5.0
nvm alias default node

###Then Clone the repo.After cloning the repo. Run this in the directory project directory npm install