UDOOboard / IoT-Docs

Documentation for UDOO IoT Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Documentation for UDOO IoT Cloud

License:MIT License


Languages

Language:CSS 64.9%Language:PHP 24.7%Language:JavaScript 7.5%Language:Shell 2.8%