Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions about "Releasing a Servant App on Heroku" #5

Open
arowM opened this issue Mar 23, 2017 · 1 comment
Open

Suggestions about "Releasing a Servant App on Heroku" #5

arowM opened this issue Mar 23, 2017 · 1 comment
Assignees

Comments

@arowM
Copy link
Member

arowM commented Mar 23, 2017

The post "Releasing a Servant App on Heroku" is really great work, @cdepillabout!
I have no doubt that this is now one of the best article explaining how to release Haskell app on Heroku all over the world, if only two information was added.
One is more detail about conventional way (without docker) to deploy Haskell apps to Heroku, it is better if it also covers pros and cons comparing with your proposed method (using docker).
The other is some section about related works, I guess some similar posts are already exists although it is not for Haskell apps but for apps written in another programming languages.

By the way, I felt that your post is not specific for apps written in servant. It seems it has no problem to use other Haskell web frameworks. Consequently the title can be more general such as "Releasing a Haskell App on Heroku".

@cdepillabout
Copy link
Member

I've added a comparison to existing techniques for deploying Haskell code to Heroku.

https://github.com/arow-oss/blog/blob/master/preprocessed-site/posts/2017-03-25-servant-on-heroku.markdown#alternatives-to-docker-for-deploying-on-heroku

I've also added a short section on related works.

https://github.com/arow-oss/blog/blob/master/preprocessed-site/posts/2017-03-25-servant-on-heroku.markdown#related-works

Unfortunately, there are not many related works. It seems like most people using other languages are just using the normal Heroku buildpacks. There currently aren't any comprehensive resources for deploying Haskell code to Heroku using Docker.

I've also changed the title to "Releasing a Haskell Web App on Heroku".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants