...
- “/etc/webgui.sh” will modify “/etc/lighttpd.conf” on runtime and create “/tmp/lighttpd.conf”
- Command to run lighttpd is “lighttpd –f /tmp/lighttpd.conf”“cosa
- “cosa.so” so” is linked as an extension to “php” in “/etc/php.ini”
- document-root = “/usr/www/”
- Inside “/usr/www/” we have,
- actionHandler folderhandles PHP SET actions
- cmn folder has css, fonts, img and js [Styling & JS Lib]
- includes folder has header.php, footer.php. nav.php, userbar.php and utility.php
...
- On RDK-B, Web UI source code resides in the path –
code.rdkcentral.com/rdkb/components/opensource/ccsp/webui/generic/source/Styles/xb3/code
- During build time “code” folder is moved to “/usr/www/”
- On yocto for build we can have specific target and what to build
$ repo init -u https://code.rdkcentral.com/r/manifests manifests -b rdk-next -m rdkb-extsrc.xml
$ repo sync -j4 --no-clone-bundle
...