keter-0.3.4.2: Web application deployment manager, focusing on Haskell web frameworks

Safe HaskellNone

Keter.App

Documentation

data App Source

startSource

Arguments

:: TempFolder 
-> Maybe (Text, (UserID, GroupID)) 
-> ProcessTracker 
-> PortManager 
-> Postgres 
-> Logger 
-> Appname 
-> FilePath

app bundle

-> KIO ()

action to perform to remove this App from list of actives

-> KIO (App, KIO ())