Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 617 Bytes

File metadata and controls

31 lines (25 loc) · 617 Bytes

Leases

A webinterface that displays isc-dhcp-servers lease file in a searchable list.

Installation

To prepare the server run:

npm install
bower install
grunt copy

When working on the code use the following to automatically reload your browser on changes

grunt watch

To revert your repo to the initial state after cloning use

grunt clean

Run the software with

node app.js

You must define your leases file with -l or --leaseFile [filepath] To show all leases (not just the active ones) use -i or --inactive To set the hostname and port use -h or --hostname hostname:port