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

Safe HaskellNone
LanguageHaskell98

Keter.AppManager

Contents

Description

Used for management of applications.

Synopsis

Types

Actions

reloadAppList :: AppManager -> Map Appname (FilePath, EpochTime) -> IO () Source

Reset which apps are running.

  • Any app not listed here that is currently running will be terminated.
  • Any app listed here that is currently running will be reloaded.
  • Any app listed here that is not currently running will be started.

Initialize