Skip to content

A simple project of an open-source PDU based on Arduino and commodity components

License

Notifications You must be signed in to change notification settings

pastinepolenta/OpenPDU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPDU

Installation and compilation

On this repo there are only source files. A compilation must be done in order to get the static files. Eventually in the future I will commit also compiled resources. The app uses libraries which must be installed using Bower. The compilation concerns JS, HTML and CSS code. It is done automatically by Middleman.

Setup procedure (on Ubuntu 12.04):

  • Install bower with npm install -g bower. On Ubuntu 12.04 it requires to install nodejs > 0.10.xx which can be found on a third party repo (see this.

  • Install middleman with gem install middleman. On Ubuntu 12.04 it requires to upgrade ruby to 1.9.3 following this

  • Install all the libraries with bower install

  • Compile the code with middleman server. This command will also start a server on http://0.0.0.0:4567/ where you should be able to see this app running

Usage

When middleman server is started the app will recompile automatically so every change will be visible on the browser. Those changes include HTML, JS and SASS

About

A simple project of an open-source PDU based on Arduino and commodity components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published