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.1.0.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.2), 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.14), path (>=0.5.8 && <6.0), path-io (>=1.2 && <1.3), process (>=1.4 && <1.5), stm (>=2.4 && <2.5), time (>=1.5 && <1.8), 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 |
Revised | Revision 1 made by HerbertValerioRiedel at 2017-08-09T08:51:32Z |
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 mrkkrp at 2017-03-01T21:47:39Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hap |
Downloads | 29231 total (70 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-03-01 [all 1 reports] |