jose_v
Posts: 2
Joined: Tue Aug 04, 2020 10:11 am

Easy guide to setting up a web server?

Tue Aug 04, 2020 10:22 am

Hello,

i'm new with the raspberry pi and i'd like to find a step by step project to set up a web server and get a website like this one: https://que-ver-en-television-hoy.com.es
Any advice on where to find an easy guide?
Thanks

RGJ-PI
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 136
Joined: Fri May 24, 2019 2:10 pm
Location: Cambridge UK

Re: Easy guide to setting up a web server?

Tue Aug 04, 2020 11:07 am

This guide will go through setting up a web server using your Raspberry Pi computer.
https://www.raspberrypi.org/documentati ... /apache.md

User avatar
neilgl
Posts: 2226
Joined: Sun Jan 26, 2014 8:36 pm
Location: Near Aston Martin factory

Re: Easy guide to setting up a web server?

Tue Aug 04, 2020 5:45 pm

That guide is a good start but does not cover getting your pi onto the public internet (www.yoursite.com). To do that you will typically need a (paid or free) dynamic DNS service to get a domain (www.yoursite.com) and allow people to see your site on the web, and set port forwarding in your router (port 80) to your pi (192.168.1.123 say).

jose_v
Posts: 2
Joined: Tue Aug 04, 2020 10:11 am

Re: Easy guide to setting up a web server?

Wed Aug 05, 2020 5:59 pm

Since I'm a beginner I think it's a good start to see how it works. Later on I'll see how I can get the server to be seen from the internet.
Thank you both for the answers.

Return to “Beginners”