load PDF
Parts-List as Excel File
For a start a 3D Printed case for the Raspberry PI was used:
Raspbian Stretch with desktop and recommended software
cd /usr/local/src sudo git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git cd RPi_Cam_Web_Interface/ ./install.sh
A message like:
#mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1) sh: 1: /var/www/html/macros/error_hard.sh: Permission denied
Indicates that you might have a cabling problem.
http://<yourpi>/html should show the cam interface:
sudo apt-get install openjdk-8-jdk
sudo apt-get install screen
Deploying to your Raspberry is done by compiling e.g. on a laptop and then transferring the results to your PI.
You need to configure your targetHost and targetUser in a file ~/dukes/dukes.ini
# # rc-dukes configuration file # see https://github.com/rc-dukes/dukes # targetHost=10.9.8.7 targetUser=pi
The deploy script as a help option that shows how it can be used:
./deploy.sh -h deploy.sh [-d|-h|-m|-s] -d |--debug : debug this script -m |--maven : run maven install -h |--help : show this usage -s |--start : deploy and start duke-farm fat jar