在OpenShift上玩Play Framework App

时间:2016-04-24 07:50:20

标签: playframework openshift

我有一个OpenShift帐户,我正在试用免费试用版。我有一个使用Play框架构建的Scala Web应用程序。我现在想要将这个应用程序部署到我使用免费的OpenShift试用版创建的Cartridge中。如果我进入OpenShift帐户,我会在家里收到以下信息:

<br/>

我克隆了Cartridge附带的远程git存储库,它包含了虚拟游戏框架结构。我可以肯定将我的东西合并到这个结构中。但是我如何构建和启动服务器。

更好的方法就是不使用墨盒,因为Play框架不需要墨盒。有什么建议吗?

1 个答案:

答案 0 :(得分:1)

我终于找到了办法:

1. Play dist - this would create the zip file in target/universal/

2. Copy the zip file to my git repo and push this file to the server using git push

3. Change the PLAY2_APPLICATION_PATH variable in ~/.profile in the server and point it to the zip file that I uploaded to the server

如需更多参考,请点击以下链接:

https://github.com/tyrcho/openshift-cartridge-play2