Skip to content

Deployment

Shellowb edited this page Aug 29, 2021 · 1 revision

Raspberry Setup

To properly configure a raspberry usually there are not many steps. However, for non technical could be a hard and slow configuration. That's why we strongly recommend to make some setups with other desktop computer, in any case we lend you here both ways

Setup from other desktop

Setup with a raspberry "only"

Like any computer, you should install an Operating System, but, sometimes this one is installed by a manufacturer. In the case of the raspberry, is very probably than doesn't come with any OS installed. The steps, in short are:

  • Download and install raspberry OS
  • Download and install raspberry Desktop (Optionalxx)
  • Download and Copy, biomixer files.
  • Download some usefull packages to raspberry
  • Configure Raspberry Network Connection
  • Start server.

Download required packages

sudo apt-get install git python python-venv python-pip qrencode

Python requirements

Django==3.2.2
django-admin==2.0.1
qrcode

if you have a copy of the requirements in your project just do

pip install -r <path>/requirements.txt

in other cases

pip install django django-admin django-cors-headers djangorestframework qrcode[pil]

References

qr from terminal

Clone this wiki locally