Web development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Web development

How can I build a self hosted website for myself, a business or a co-operation

9th Jul 2019, 7:06 AM
Boakye Osei Benjamin
Boakye  Osei Benjamin - avatar
5 Answers
+ 3
I've been using the following setup to run a webserver for over two years now: A Raspberry Pi with nginx or Apache as webserver and a Debian distribution (e. g. Rasbian) as OS. My router forwards all requests from outside on port 80 and 443 (web ports) to my Raspberry Pi. With no-ip I set up a domain name and configured it to use the IP address of my Raspberry Pi. Also this solution doesn't cost you anything except for the hardware of the server.
9th Jul 2019, 7:33 AM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 2
If you want to know more about this field send me a pm
9th Jul 2019, 7:35 AM
Lexfuturorum
Lexfuturorum - avatar
+ 1
Server, static IP, Domain, Webserver software, and if you want it for local usage a lot of knowledge of networking
9th Jul 2019, 7:32 AM
Lexfuturorum
Lexfuturorum - avatar
+ 1
Aaron Eberhardt has a good solution for small pages for private use etc, but not for businesses
9th Jul 2019, 12:08 PM
Lexfuturorum
Lexfuturorum - avatar
+ 1
Setting up a public website on a Raspberry comes with all kinds of security risks.... What's your reason for being self hosted anyway? For businesses it's better to outsource hosting, to prevent downtime etc
9th Jul 2019, 2:57 PM
FA_develops
FA_develops - avatar