Install Apache Server on Raspberry Pi - ajumalp/rpi-nas GitHub Wiki
- Click here to watch video :point_right:
- To install Apache server, run below command
sudo apt -y install apache2
- This will install apache into Raspberry Pi
- We can check this by browsing the Raspberry Pi IP Address [In my case it was piserver]
- You will notice the Apache default Page
- This means, you have installed apache successfully