Skip to content

agocorona/tryhplay

Repository files navigation

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

About

Compile and run haste and hplayground programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published