Question

Sometimes, we only need to change a little line, so vmc push is too slow.

Is there any NodeSJ module or service that can direct edit the code online?

Does Cloudfoundry has a dashboard?

By the way, how do you download app and log as a zip?

Was it helpful?

Solution

  1. If you look at how vmc push works, you will know from point 11 that the application is packaged by vmc by looking at all the differences and then pushed to the server. So cloudfoundry itself does not have a code editor.

  2. To edit your code online you can use another service like http://c9.io and follow these docs to see how to push to cloudfoundry

  3. CloudFoundry does not have a dashboard. (as of this writing)

    But there is another service based on micro cloudfoundry, called as appfog - and it has all the UI stuff + support for other platforms.

  4. Downloading app logs can be done with the help of this answer

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top