Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我试图运行我的 Play 时!Herocu 上的应用程序我有一条消息,我应该使用“play -DapplyEvolutions.default=true”命令运行它。但是我该怎么做呢?
现在我正在做的是将我的 webapp 推送到 heroku 并使用命令进行操作:“heroku ps”和“heroku logs”。最后一个给了我错误的详细信息。如何远程在 heroku 上运行应用程序?
这是游戏2吗?如果是这样,您将需要一个Procfile包含:
Procfile
web: target/start -Dhttp.port=$PORT -DapplyEvolutions.default=true -Ddb.default.driver=org.postgresql.Driver -Ddb.default.url=$DATABASE_URL