[Haskell-beginners] Deploying a haskell application (not a webapp)

Ramakrishnan Muthukrishnan ram at rkrishnan.org
Tue Dec 16 08:12:36 UTC 2014


On Sat, Dec 13, 2014, at 07:24 PM, Alan Buxton wrote:
> Hi


>


> I have created an application using cabal that now installs fine and
> runs fine on my dev machine.


>


> I now want to deploy this application onto a separate server. This is
> not a webapp.


>


> Try as I might, Google will not point me in the direction of how to do
> this, apart from loads of links to Keter which is not what I want
> (there is no nginx or any other web server involved).


>


> Any advice on the neatest way to do this?



Hi,

Can't you build a static binary and deploy it? (something like this --
http://stackoverflow.com/questions/5953199/create-a-static-haskell-linux-executable)

Ramakrishnan http://rkrishnan.org/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20141216/38607b8c/attachment.html>


More information about the Beginners mailing list