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

Safe HaskellNone

Keter.App

Documentation

data App Source

startSource

Arguments

:: TempFolder 
-> Nginx 
-> Postgres 
-> Logger 
-> Appname 
-> FilePath

app bundle

-> KIO ()

action to perform to remove this App from list of actives

-> KIO (App, KIO ())