I created node.js app on appfog, then I download command prompt and logged in. But how can I upload some files? "Finally from within your source code directory:
af update myApp"
how can I set directory or what files to upload?
I would like to upload this http://tutorialzine.com/2012/08/nodejs-drawing-game/ but I didn't find how select downloaded folder and how upload it.
Thanks for help.
You can just execute af update appname
from directory you want to upload, or you can specify upload directory path with --path
option.