vagrant-yesod/README.md
Yann Esposito (Yogsototh) 04900df88b provide an advice
2014-03-29 19:04:00 +01:00

719 B

Yesod Vagrant startup

An easy way to start a yesod project.

How to use

  1. Install vagrant

  2. Clone this repository

git clone https://github.com/yogsototh/vagrant-yesod
  1. Launch it (this should launch vagrant and start the yesod applications).
cd vagrant-yesod
./start.sh

and then visit: http://192.168.33.10:3000

Debugging

I didn't done it. But you could install cabal-ghci package. This will run ghci using your installed packages.

More recent yesod version

If you want to use a more recent version of yesod, just start from a fresh ubuntu image and launch the "bootstrapvm.sh" script inside the VM.