Updated How to: Hosting a Friendica site at home (markdown)

MartinFarrent 2012-04-26 15:24:41 -07:00
parent c01f9a53cd
commit b583d450d6

@ -16,9 +16,9 @@ The basic steps are as follows (we will be providing a more detailed guide very
6) Enter the command ``ifconfig`` to discover the virtual machine's internal IP.
7) Configure your router to pass http and https traffic to that IP. This means forwarding traffic on ports 80 and 443 to it. Consult your router documentation on how to do this.
7) Configure your router to pass http to that IP. This means forwarding traffic on port 80 to it. Consult your router documentation on how to do this.
8) At the command prompt, type ``bash setup-friendica.sh all``
8) At the command prompt, type ``cd /root`` then ``bash setup-friendica.sh all``
9) You will prompted to change the keyboard configuration for your region and language, if you so wish.
@ -32,6 +32,6 @@ The basic steps are as follows (we will be providing a more detailed guide very
14) When installation is complete, point a browser at your DynDns address and register an account on your new Friendica site using the admin email address you specified in #13.
_Note: Now that you have configured your router to forward port 80 (optionally also 443 for https) to the virtual machine, you will need to make sure that the machine's IP doesn't change too often. The easiest way of achieving this is to check the router's DHCP settings and to set leases for the longest time period the router allows - e.g. three weeks. But that still means that your Friendica server may become unreachable after that time period, especially if you reboot it. To solve that problem. just run ifconfig again and reconfigure the router to reflect the new IP._
_Note: Now that you have configured your router to forward port 80 to the virtual machine, you will need to make sure that the machine's IP doesn't change too often. The easiest way of achieving this is to check the router's DHCP settings and to set leases for the longest time period the router allows - e.g. three weeks. But that still means that your Friendica server may become unreachable after that time period, especially if you reboot it. To solve that problem. just run ifconfig again and reconfigure the router to reflect the new IP._
_Of course, if you are a GNU/Linux expert, you will know how to configure your virtual machine to use a static IP and solve the problem permanently._