Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 901 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 901 Bytes

UniFi Poller Wiki

The wiki is DEPRECATED.



The wiki for UniFi Poller is located in its own GitHub repository.

If you wish to make changes to the wiki, please clone the this repo, and create a pull request with your changes. Target the testing branch in your pull request. Merges to testing are pushed automatically to the local test wiki on this repo. Once the testing branch is merged to master the changes are deployed to the main wiki.

To run the linter locally, I had to do this on my Mac, but bundler may work too.

brew install rbenv ruby-build
rbenv install 2.6.5
rbenv shell 2.6.5
gem install mdl
mdl .