Skip to content

software

Matthias Leubin edited this page Nov 21, 2016 · 50 revisions

RocketLogger Software Installation Guide

  • Download Debian 7.9 (Wheezy) image for the Beaglebone here and flash it on the SD card
  • Install and update system components as explained on main page [TBD]
  • Copy code folder
  • cd ~/code/debian
  • Run ./setup_beaglebone.sh
  • Copy calibration.dat to /etc/rocketlogger [TBD]
  • Reboot

Device Tree Overlay

  • cd ~/code/dto

  • Run ./setup_dto.sh

  • For new debian version: Compile and install device tree overlay: make and sudo make install [TBD]

Software

  • cd ~/code/src
  • Install software: make and sudo make install
  • Reboot to apply changes

Webserver

  • cd ~/code/webserver
  • Run ./setup_web.sh
  • Create password file htpasswd -c /home/rocketlogger/.htpasswd 'username'

[TBD]

  • Change web folder to /var/www/rocketlogger
  • In /etc/lighttpd/lighttpd.conf change lighttpd document root to /var/www
  • Enable php in lighttpd
sudo lighty-enable-mod fastcgi 
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd restart
Clone this wiki locally