在我目前的项目中,我用来玩!框架,现在我决定在jelastic云中发布我的应用程序。但每次我运行play jelastic:deploy console时都会打印以下消息:
~ Invalid command: jelastic:deploy
P.S.I.M使用Play!版本1.2.4,遵循this教程。提前感谢
发布于 2012-11-16 01:28:17
关于JElastic的原始教程概述了比您链接的教程更多的步骤。
特别需要注意的是,你必须为Play安装插件!(步骤3.4及以下):
…\play-1.2.4>play install jelastic
…\play-1.2.4>play new jelasticapp –-with=jelastichttps://stackoverflow.com/questions/13402674
复制相似问题