Thank's Gary I will give that a go. By the sounds of things the built in 
default template will be a god starting point.

On Tuesday, 4 December 2018 15:40:39 UTC, Gary Hopkins wrote:
>
> sudo apt-get install nginx
>
> sudo /etc/init.d/nginx start
>
> NGINX defaults its web page location to /var/www/html on Raspbian so if you 
> want to change that you need to edit
>
> /etc/nginx/sites-available/default
>
> and edit the line 
>
> root /var/www/html/;
>
> to
>
> root /var/www/html/weewx/;
>
>
> After that you should be able to point a browser at the IP address of the 
> Pi (hostname -I on the Pi if you want to know its IP address)
>
>
> As for remote website, auto FTP upload is built into weewx. Edit the FTP 
> section in weewx.conf it's faily self explanatory. There is a basic default 
> template included - you don't have to do anything it just works.
>
> Cheers
>
> G
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to