HAppS Demo
Several people requested that I post a link to a running instance of the HAppS code that I developed here over several posts. One person was nice enough to actually offer me the use of a server. So the demo is now up and running. It's not at all meant to be user friendly, since it's just a demo of the basic HAppS capabilities. So here are a list of links that are useful.
- http://happs.dnspass.com:8001/login - A login page where you can create a new user or log in.
- http://happs.dnspass.com:8001/view - A page that shows you what user you are logged in as.
- http://happs.dnspass.com:8001/list - A page that displays a list of all the users in the system.
Comments
Apropos, thanks for your directions on how to get a happs app to start automatically on reboot. Snipping from your private communications...
cp /etc/init.d/ssh /etc/init.d/happs-app
edit that to do the right thing with Main.exe executable.
install it into the linux init with
sudo update-rc.d happs-app multiuser
this is all following the docu at
http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.3.3
(Works at least for deb/ubuntu.)
(For what it's worth: I'm the guy that donated my server for the demo, so both mightybyte and I are running on the same box.)
1) logout
2) actual email authentication (happs sends you an email with a link, you click on it, your email is authenticated.)
ps
3) profit :)
happs tutorial
where I hope to work on it further, perhaps in collaboration with you or others who would like to flesh out the skeleton.
However the ideas were incorporated into a demo that can be viewed at happs tutorial. Much of the code there is based on what I found here, though by now extensively tweaked.
This demo is also installable via cabal as is explained in one of the early pages of the tutorial