diff options
author | John Klug <john.klug@multitech.com> | 2019-11-26 17:32:30 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-26 17:32:30 -0600 |
commit | 0abc02565f4145f75f005db4162d4d5590fdd5a1 (patch) | |
tree | 185fcb8537cb10250510bf85f175e9fec17ab197 /README | |
download | commissioning-0abc02565f4145f75f005db4162d4d5590fdd5a1.tar.gz commissioning-0abc02565f4145f75f005db4162d4d5590fdd5a1.tar.bz2 commissioning-0abc02565f4145f75f005db4162d4d5590fdd5a1.zip |
Start of mLinux commissioning
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +mLinux commisioning. + +Project will include a cgi for +quick commisioning and a web UI. + +WebUI is the default location https://192.168.2.1 during +commissioning. + +/etc/init.d/lighttpd should +be replaced and use /etc/default/commissioning symlink. +If commissioning file is missing, we are commissioning. +/var/volatile/default/commisioning should only be +created after the commissioned user-id is verified. + +opkg install php-fpm Needed??? +opkg install php +opkg install lighttpd +opkg install lighttpd-module-fastcgi Needed??? |