Web/Cloud: Difference between revisions
< Web
(License not relevant here) |
(→OpenShift: quickstarts) |
||
Line 23: | Line 23: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Framework || Cartridge || | ! Framework || Cartridge || QuickStart || Deploy | ||
|- | |- | ||
| network | | network | ||
| [http://www.accursoft.com/cartridges/network.yml manifest] | | [http://www.accursoft.com/cartridges/network.yml manifest] | ||
| [https://openshift.redhat.com/app/console/application_type/ | | [https://www.openshift.com/quickstarts/haskell quickstart] | ||
| [https://openshift.redhat.com/app/console/application_type/quickstart!17224 deploy] | |||
|- | |- | ||
| Yesod | | Yesod | ||
| [http://www.accursoft.com/cartridges/yesod.yml manifest] | | [http://www.accursoft.com/cartridges/yesod.yml manifest] | ||
| [https://openshift.redhat.com/app/console/application_type/ | | [https://www.openshift.com/quickstarts/yesod quickstart] | ||
| [https://openshift.redhat.com/app/console/application_type/quickstart!17304 deploy] | |||
|- | |- | ||
| Snap | | Snap | ||
| [http://www.accursoft.com/cartridges/snap.yml manifest] | | [http://www.accursoft.com/cartridges/snap.yml manifest] | ||
| [https://openshift.redhat.com/app/console/application_type/ | | [https://www.openshift.com/quickstarts/snap quickstart] | ||
| [https://openshift.redhat.com/app/console/application_type/quickstart!17305 deploy] | |||
|- | |- | ||
| Happstack | | Happstack | ||
| [http://www.accursoft.com/cartridges/happstack.yml manifest] | | [http://www.accursoft.com/cartridges/happstack.yml manifest] | ||
| [https://openshift.redhat.com/app/console/application_type/ | | [https://www.openshift.com/quickstarts/happstack quickstart] | ||
| [https://openshift.redhat.com/app/console/application_type/quickstart!17306 deploy] | |||
|- | |- | ||
| MFlow | | MFlow | ||
| [http://www.accursoft.com/cartridges/mflow.yml manifest] | | [http://www.accursoft.com/cartridges/mflow.yml manifest] | ||
| [https://openshift.redhat.com/app/console/application_type/ | | [https://www.openshift.com/quickstarts/mflow quickstart] | ||
| [https://openshift.redhat.com/app/console/application_type/quickstart!17307 deploy] | |||
|- | |- | ||
| Scotty | | Scotty | ||
| [http://www.accursoft.com/cartridges/scotty.yml manifest] | | [http://www.accursoft.com/cartridges/scotty.yml manifest] | ||
| [https://openshift.redhat.com/app/console/application_type/ | | [https://www.openshift.com/quickstarts/scotty quickstart] | ||
| [https://openshift.redhat.com/app/console/application_type/quickstart!17303 deploy] | |||
|} | |} | ||
Revision as of 18:03, 2 February 2014
PaaS (platform as a service) cloud providers generally limit you to a fixed technology stack. However, OpenShift and Heroku allow third-party extensions, which can be used to support Haskell.
OpenShift
GHC version: | 7.6.3 |
---|---|
Author: | Gideon Sireling |
Home page: | https://github.com/accursoft/Haskell-Cloud |
Documentation: | https://github.com/accursoft/Haskell-Cloud/blob/master/README.md |
The cartridge comes in several flavours, with just the network package or a pre-installed framework:
Framework | Cartridge | QuickStart | Deploy |
---|---|---|---|
network | manifest | quickstart | deploy |
Yesod | manifest | quickstart | deploy |
Snap | manifest | quickstart | deploy |
Happstack | manifest | quickstart | deploy |
MFlow | manifest | quickstart | deploy |
Scotty | manifest | quickstart | deploy |
Heroku
GHC version: | 7.4.1 |
---|---|
Author: | Brian McKenna |
Home page: | https://github.com/puffnfresh/heroku-buildpack-haskell |
Documentation: | https://github.com/puffnfresh/heroku-buildpack-haskell/blob/master/README.md |