In Appfog how to install the latest version of Nodejs/ and on the services provided, can Mongodb be upgraded to 2.4.x
Asked
Active
Viewed 288 times
2 Answers
0
AppFog does not support SPECIFIC versions of node, just version "families".
For example, to use 0.8.x, use the CLI:
af push --runtime=node08
This would give you 0.8.14 (at the time of this writing)
MongoDB 2.x support is planned in their road map...
See:

malix
- 3,566
- 1
- 31
- 41
-
is there a time line of Node 0.10 and Mongo 2.x support – coool May 13 '13 at 15:12