我想在 cloud Foundry 中使用 nodejs 0.6 或更高版本。目前我的应用程序使用 v0.4.12。我在 manifest.yaml 下尝试过,但没有运气。接下来我该怎么做?任何帮助,将不胜感激
谢谢
---
applications:
.:
name: shanbhag
framework:
name: node06
info:
mem: 64M
description: Node.js Application
exec:
url: ${name}.${target-base}
runtime: node06
mem: 64M
instances: 1
services:
mongodb-fc654:
type: mongodb