/IoT-Docs

Documentation for UDOO IoT Cloud

Primary LanguageCSSMIT LicenseMIT

UDOO IoT Documentation

Software License

Travis build status: Build Status

Build the documentation locally

On PHP7+ install XML and mbstring modules:

sudo apt-get install php7.0-xml php7.0-mbstring

Then build the documentation with

./daux.phar && ( cd static; cp -rp ../img .)

To serve the documentation from a development webserver, run

cd static && php -S localhost:8080