-
Notifications
You must be signed in to change notification settings - Fork 4
software
Matthias Leubin edited this page Nov 21, 2016
·
50 revisions
- 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
-
cd ~/code/dto
-
Run
./setup_dto.sh
-
For new debian version: Compile and install device tree overlay:
make
andsudo make install
[TBD]
cd ~/code/src
- Install software:
make
andsudo make install
- Reboot to apply changes
cd ~/code/webserver
- Run
./setup_web.sh
- Create password file
htpasswd -c /home/rocketlogger/.htpasswd 'username'
- 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