- Raspberry Pi device
- Raspberry Pi Imager tool(https://www.raspberrypi.com/software/)
- Internet connection
Install Raspberry Pi OS as usual:
- Use the Pi Imager tool to flash Raspberry Pi OS onto a microSD card.
- During the initial setup, press "Edit settings" in the "Use OS customization?" dialog.
- Set the hostname to "prismo" (or your preferred hostname).
- Configure the Wi-Fi settings correctly.
- Insert the microSD card and power on the Raspberry Pi.
- Open a terminal window and run the following command:
curl -sSL https://get.docker.com | sh
- Add the current user to the docker group:
sudo usermod -aG docker ${USER}
- Reboot the Raspberry Pi:
sudo reboot
- Clone the PRISMO Repository and run docker script:
git clone https://github.com/hacklabkyiv/prismo.git
cd prismo
./docker-run.sh
- Access PRISMO: Open a web browser on your computer or mobile device.
Navigate to the address
prismo.local
(or the hostname you set). You should see the PRISMO entry screen.