Main page
Recent changes
Installation
B
I
U
S
link
image
code
list
Show page
Syntax
!From rsync repository (BeagleboneBlack rev C) !! connect serial debug * pinout J1{{ || || . 1 GND || . || . || . 4 RXD || . 5 TXD || . ||}} * 115200 baud ** 8 bits ** NO parity ** 1 stopbit * serial/ssh login: debian, pass: temppwd * sudo su * apt get-update && apt-get upgrade !!Install need package {{ echo 'remoteqth' > /etc/hostname apt-get install htop iftop mc vim screen apache2 php5 libhamlib2 libhamlib-utils rsync i2c-tools ser2net python-smbus n2n cwdaemon xplanet xplanet-images rcconf imagemagick gnuplot libqrencode3 libqrencode-dev php5-gd bc socat ntp }} !!Download RemoteQTH server repository {{ mkdir /home/debian/remoteqth chown debian:debian /home/debian/remoteqth/ rsync -rva --numeric-ids --delete rsync://remoteqth.com:55873/server/ /home/debian/remoteqth/ }} !!File access {{ echo '/home/debian/remoteqth' > /etc/remoteqth-path chown debian:www-data /etc/remoteqth-path chmod 664 /etc/remoteqth-path chown root:www-data /etc/network/interfaces chmod 664 /etc/network/interfaces chown root:www-data /etc/resolv.conf chmod 664 /etc/resolv.conf }} !![apache|Installation-apache] Check default ports 80 on vim /etc/apache2/ports.conf !!Disable Preloaded Services [source|https://www.element14.com/community/community/designcenter/single-board-computers/next-gen_beaglebone/blog/2013/11/20/beaglebone-web-server--setup] {{systemctl disable cloud9.service systemctl disable gateone.service systemctl disable bonescript.service systemctl disable bonescript.socket systemctl disable bonescript-autorun.service systemctl disable avahi-daemon.service systemctl disable gdm.service systemctl disable mpd.service shutdown -r now}} !![visudo|Installation-visudo] !![n2n|Installation-n2n] !![gpio (Beaglebone black rev C)|Installation-gpio-BBB] !!udev {{ echo ' ' > /etc/udev/rules.d/99-remoteqth.rules chown debian:www-data /etc/udev/rules.d/99-remoteqth.rules chmod 664 /etc/udev/rules.d/99-remoteqth.rules }} !!Xplanet open {{ vim /etc/crontab }} and paste {{ # xplanet */15 * * * * debian /home/debian/remoteqth/script/azimuth-map.sh # BBB * * * * * debian /home/debian/remoteqth/script/webcam.sh}} symlinks {{ ln -s /home/debian/remoteqth/script/.xplanet /home/debian/.xplanet mkdir /usr/share/xplanet/images ln -s /home/debian/remoteqth/script/.xplanet/images/sun.png /usr/share/xplanet/images/sun.png }} !!cwdaemon set config {{ sed -i s/DEVICE=\"parport0\"/DEVICE=\"ttyUSB.cw\"/g /etc/default/cwdaemon }} !!ser2net set access {{ chown pi:www-data /etc/ser2net.conf chmod 664 /etc/ser2net.conf }} !![Ramdisk|Installation-ramdisk]
Password
Summary of changes