-
Notifications
You must be signed in to change notification settings - Fork 3
Deployment
Shellowb edited this page Aug 29, 2021
·
1 revision
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
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.
sudo apt-get install git python python-venv python-pip qrencodePython requirements
Django==3.2.2
django-admin==2.0.1
qrcodeif 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]