Open yifeiyin opened 5 years ago
Update apt-get: sudo apt-get update
Install apache2
: sudo apt-get install apache2 -y
Now visit http://localhost/
on rasp or visit http://localip
to view the default "hello world" page.
To be able to access website outside of the local network, it does require port forwarding. Here is another tutorial HOST YOUR WEBSITE ON RASPBERRY PI
link
Using Apache