Posts Tagged ‘mysql’

– Installing Apache with the following commands: sudo apt-get update sudo apt-get install apache2 In order to check if Apache is working, we can open a browser and load the port 80 from our Raspberry Pi (in my case http://192.168.1.20). – Installing php with the following command: sudo apt-get update php5 libapache2-mod-php5 We can check […]

Tuesday, August 9th, 2022 at 16:00 0 comments