1

In Appfog how to install the latest version of Nodejs/ and on the services provided, can Mongodb be upgraded to 2.4.x

coool
  • 8,085
  • 12
  • 60
  • 80

2 Answers2

1

Actually AppFog now has Node 0.10 and MongoDB 2.4.8.

Anthony
  • 11
  • 1
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