Skip to content
autopower_developer edited this page Apr 4, 2020 · 3 revisions

Folder structure

Folders on Yún

  • <storage> is /mnt/sda<1,2> or /mnt/sdb<1,2>
  • base folder is /root/thermeq3
  • zipped thermeq is downloaded to <storage>/install
  • and the is unzipped to /root/thermeq3/code
  • shell script are located in /root/thermeq3 and maintenance files are in /root/thermeq3/support
  • www folder is in /<storage>/www and cgi-bin in /<storage>/www/cgi-bin
  • CSV files are in /<storage>/www/csv, consolidated files are written in /<storage>/www/csv/export

Folders on Rpi

  • <storage> is /home/pi/thermeq3
  • base folder is /home/pi/thermeq3
  • zipped thermeq is downloaded to <storage>/install
  • and the is unzipped to /home/pi/thermeq3/code
  • shell script are located in /home/pi/thermeq3 and maintenance files are in /home/pi/thermeq3/support
  • www folder is in /var/www/html and cgi-bin in /usr/lib/cgi-bin
  • CSV files are in /<storage>/csv, consolidated files are written in /<storage>/csv/export

Folders on Docker

  • <storage> is /mnt/data
  • base folder is /thermeq3
  • zipped thermeq is downloaded to <storage>/install
  • and the is unzipped to /thermeq3
  • there are no shell scripts
  • http/www functionality not working, but www folder is in /<storage>/www and cgi-bin in /<storage>/www/cgi-bin
  • CSV files are in /<storage>/www/csv, consolidated files are written in /<storage>/www/csv/export