Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
root:/tmp> ls *log
configure.log cron.log post_install.log wlproxy.log
root@ouvea:/tmp> wc *log
102 713 4555 configure.log
1 4 67 cron.log
107 459 3818 post_install.log
0 0 0 wlproxy.log
210 1176 8440 total
root:/tmp> ls *log |xargs wc
102 713 4555 configure.log
1 4 67 cron.log
107 459 3818 post_install.log
0 0 0 wlproxy.log
210 1176 8440 total
root:/tmp>