Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 594 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 594 Bytes

agile-upfront-modules

Modules for the UpFront farmework

Example

Do the following to test the default upfront example with this storage module:

git clone https://github.com/nopbyte/UPFROnt/
git clone https://github.com/Agile-IoT/agile-upfront-leveldb
cd UPFROnt
git checkout frozen-in-time
npm install --save https://github.com/Agile-IoT/agile-upfront-leveldb
mv ../agile-upfront-leveldb/example/settings.js ./example/online/settings.js
npm install
cd ./example/online/
node index.js

#Debug mode

To debug this component (storage only) do:

export DEBUG_POLICY_STORE=1