hapistrano: A deployment library for Haskell applications
Hapistrano makes it easy to reliably deploy Haskell applications to a server.
Following popular libraries like Ruby's <http://capistranorb.com/ Capistrano>, Hapistrano does the work of building the application with dependencies into a distinct folder, and then atomically moves a symlink to the latest complete build.
This allows for atomic switchovers to new application code after the
build is complete. Rollback is even simpler, since Hapistrano can
just point the current
symlink to the previous release.
See the project readme on GitHub for more information.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
dev | Turn on development settings. | Disabled |
static | Build a static binary. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hapistrano-0.3.5.9.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.1, 0.2.0.2, 0.2.1, 0.2.1.1, 0.2.1.2, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.2.4, 0.3.3.0, 0.3.4.0, 0.3.5.0, 0.3.5.1, 0.3.5.2, 0.3.5.3, 0.3.5.4, 0.3.5.5, 0.3.5.6, 0.3.5.7, 0.3.5.8, 0.3.5.9, 0.3.5.10, 0.3.6.0, 0.3.6.1, 0.3.7.0, 0.3.8.0, 0.3.9.0, 0.3.9.1, 0.3.9.2, 0.3.9.3, 0.3.9.4, 0.3.10.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.1.4, 0.4.2.0, 0.4.3.0, 0.4.4.0, 0.4.5.0, 0.4.6.0, 0.4.7.0, 0.4.8.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=0.11 && <1.5), async (>=2.0.1.6 && <2.4), base (>=4.8 && <5.0), filepath (>=1.2 && <1.5), formatting (>=6.2 && <7.0), gitrev (>=1.2 && <1.4), hapistrano, mtl (>=2.0 && <3.0), optparse-applicative (>=0.11 && <0.15), path (>=0.5 && <0.7), path-io (>=1.2 && <1.5), process (>=1.4 && <1.7), stm (>=2.4 && <2.5), time (>=1.5 && <1.9), transformers (>=0.4 && <0.6), yaml (>=0.8 && <0.11) [details] |
Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.3 |
License | MIT |
Copyright | 2015-2018 Stack Builders Inc. |
Author | Justin Leitgeb |
Maintainer | justin@stackbuilders.com |
Revised | Revision 2 made by juanpaucar at 2018-08-20T15:31:41Z |
Category | System |
Home page | https://github.com/stackbuilders/hapistrano |
Bug tracker | https://github.com/stackbuilders/hapistrano/issues |
Source repo | head: git clone https://github.com/stackbuilders/hapistrano.git |
Uploaded | by juanpaucar at 2018-07-24T14:29:41Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hap |
Downloads | 29585 total (16 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-07-24 [all 1 reports] |