nglexuen / AdminPanel

An administrative panel for the senz switch. This will be used to make configurations, rweove shares, add shares,add attributes etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

An administrative panel for the senz switch. This will be used to make configurations, rweove shares, add shares,add attributes etc.

License:GNU General Public License v3.0


Languages

Language:JavaScript 47.7%Language:HTML 46.4%Language:CSS 4.7%Language:Shell 1.2%