Basic browser-based interface to the Haste compiler, including haste-perch and hplayground.
> docker run -it -p 80:80 agocorona/tryhplay
it run the last version of tryhplay.
if you have boot2docker do:
> boot2docker ip
and put the resulting IP as the URL in the web browser, it will execute the examples and you can create new programs.
Alternatively you can invoque boot2docker this way:
> boot2docker ssh -L 80:localhost:80
That sets up port forwarding and starts boot2docker. so you can use localhost as the url of the application. Use other ports if you wish.
see the Dockerfile and execute the steps manually in your computer
Deploys to Heroku in two clicks, using Haskell on Heroku.