Skip to main content

Setting-Up Folders & Files

Create the recommended folder and file structure:

cd $HOME;
mkdir -p meetings/lib/ meetings/bin/ meetings/recordings/;
touch meetings/bin/meeting-start meetings/bin/meeting-stop meetings/bin/meeting-follow;
touch meetings/lib/paths.sh meetings/lib/whisper.sh;

Enter the scripts' contents into the prepared files using your preferred editor. 

If you are not comfortable using a command line editor like vi, pico or nano, use any text editor on your main computer and copy the files by the way of scp or a (s)ftp client onto the Raspberry Pi 500.