将 Lagom 应用程序部署到 Conductr 沙箱

Deploy Lagom application to Conductr sandbox

我想将示例应用程序部署到 Conductr 沙箱,但我对 Lagom 的一些 conductr 工具的状态感到困惑。
我遵循以下日期为 25/06/2018 的教程:https://dzone.com/articles/run-your-project-using-conductr-sandbox
这里似乎也有一个很好的教程:https://www.lagomframework.com/documentation/1.3.x/java/ConductRSbt.html 其中我不确定它是否过时(?)。

以下项目标记为 EOL(生命终结?)31/01/2018,我不太明白:

添加以下版本的插件时实际上无法下载(也试过2.3.0没有成功):

addSbtPlugin("com.lightbend.conductr" % "sbt-conductr" % "2.3.5")  

它提到未解决的依赖关系:

com.lightbend.conductr#sbt-conductr;2.3.5: not found

你能解释一下吗?
这些教程是否仍然有效?如果它们仍然有效,为什么这对我不起作用?
再次感谢。

ConductR 不再更新。您应该研究部署服务的其他解决方案,例如使用 Kubernetes.

有关 运行 Lagom 生产服务的最新文档可在以下位置找到:

https://www.lagomframework.com/documentation/current/java/ProductionOverview.html(为Java API)

https://www.lagomframework.com/documentation/current/scala/ProductionOverview.html(对于 Scala API)。

还有Deploying a Lagom application to OpenShift的指南。 OpenShift 是 Red Hat 的 Kubernetes 发行版,但本指南的大部分内容同样适用于其他 Kubernetes 发行版。