[better installation instructions thomashartman1@gmail.com**20080929195929] hunk ./templates/runtutoriallocally.st 5 -

This tutorial is cabalized. You can install and run it simply by doing +

This tutorial is cabalized. You can install it, and chase down all the HAppS dependencies it needs, simply by doing hunk ./templates/runtutoriallocally.st 20 +

I cabalized happs-tutorial was for the dependency chasing you get with cabal install, +not for actually running it. + + +

Cabal installs an executable somewhere that you can run, but the tutorial pages won't display because +the executable needs template files to display pages correctly. To actually run the tutorial locally, copy the +happs-tutorial.tar.gz distribution file that cabal downloaded -- probably somewhere under ~/.cabal if you're on linux: +find .cabal | grep -i happs-tutorial should show you a tar file. Or you can just download the tar file from +hackage. +Once you have the tar file, untar this somewhere, cd into that, build and run here as described below. +Or, you could darcs get happs-tutorial and run there. +