Oh, and if anyone needs the "how I finagled it into working on Raspian Jessie" here is what I did different from the instructions
Since just downloading the image of Raspian Jessie is not the same as NOOBS I first set up the display Rotation and Resolution
Then since there is no automatically running Configuration Tool I typed the following in to launch the equivalent
$ Sudo raspi-config
This allowed me to set my timezone, keyboard type (it defaulted to GB rather than US), expand file system, etc
Then I Set up Internet (I used the ethernet port and not wifi)
$ sudo nano /etc/dhcpcd.conf
and entered the following at the bottom
interface eth0
static ip_address=192.168.1.55/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
...Continued with normal directions until step 4
Since Chromium does not work for me I installed iceweasel (the masking does not work which sucks but oh well)
$ sudo apt-get -y install iceweasel
to get it to autorun on startup I did the following
Click the Menu button, then expand Internet and right click Iceweasel and choose Add to Desktop
Then in terminal window I typed the following to make it autorun
$ sudo cp /home/pi/Desktop/iceweasel.desktop /home/pi/.config/autostart/iceweasel.desktop
$ cd /home/pi/.config/autostart/
$ sudo nano iceweasel.desktop
Scrolled to the bottom and changed
Exec=iceweasel %u
to
Exec=iceweasel
http://localhost
saved and closed. Then I ran iceweasel and hit F-11 to fullscreen. Alt-f4 to close and now when it launches it will launch fullscreen. Nifty huh?
Back to the walkthrough from the site
until... Screen Blanking. This never works twice for me so I brute forced it
$ sudo apt-get xscreensaver
Then Menu > Preferences > Screensaver and changed Mode to Disable Screen Saver. Take that screen blanking.
Then as @day_trippr suggested adjusted the www/html thing
$ sudo nano /etc/apache2/sites-available/000-default.conf
changed the DocumentRoot from /var/www/html to /var/www
Back to your regularly scheduled setup instructions. (hopefully the alamode-setup thing gets fixed, otherwise I will find some way to get you the copy I downloaded previously)
You will use the command
$ sudo ./jessie-setup
instead of $ sudo ./setup
back to the setup document until Step 9 where do do what I did in my above post.
I believe this covers everything. Let me know if you have any questions but it is working for me.
Also, a question for those who have used theirs all this time. When was the last time you thoroughly inspected and cleaned your flowmeters? I am embarassed to say that I found that two of mine were not working. I replaced them with spares I bought (which are working) and pulled an dusgusting amount of hair, lint, and other crap out of them. They now work again but yuck.