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]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
dev | Turn on development settings. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hapistrano-0.3.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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.3), async (>=2.0.1.6 && <2.2), base (>=4.8 && <5.0), filepath (>=1.2 && <1.5), hapistrano, mtl (>=2.0 && <3.0), optparse-applicative (>=0.11 && <0.15), path (>=0.5 && <0.7), path-io (>=1.2 && <1.4), process (>=1.4 && <1.7), stm (>=2.4 && <2.5), time (>=1.5 && <1.9), transformers (>=0.4 && <0.6), yaml (>=0.8 && <0.9) [details] |
License | MIT |
Copyright | 2015-2017 Stack Builders Inc. |
Author | Justin Leitgeb |
Maintainer | justin@stackbuilders.com |
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 2017-11-20T04:08:59Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hap |
Downloads | 29217 total (144 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 2017-11-20 [all 1 reports] |