How to deploy a scala play 2 app in OpenShift?

Been googling around for some time already. I have some java, nodejs, php, etc. applications deployed in openshift, and I want to deploy a scala play2.3 app now. I'm starting a new project and I really want to write it in scala with play. I need either a way to deploy a play 2.3 app in openshift, or another free hosting service that provides the same tools. Thanks in advance! Regards

Upvotes: 1

Views: 452

Answers (2)

baudo2048
baudo2048

Reputation: 1152

You may try following QuickStart: https://hub.openshift.com/quickstarts/198-play-framework

Upvotes: 0

Ahmed Kamoun
Ahmed Kamoun

Reputation: 20

as i know Heroku hosting service let you deploy scala-play application. also it seems that OpenShift also provides the same functionnality.

Upvotes: 1

Related Questions