Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
36 lines (22 loc) · 1.11 KB

Try HPlay

Basic browser-based interface to the Haste compiler, including haste-perch and hplayground.

Run locally with Docker

> 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.

Installation

see the Dockerfile and execute the steps manually in your computer

Deployment

Deploys to Heroku in two clicks, using Haskell on Heroku.

Deploy