pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Allow user to upload a directory instead of a tarball #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Many beginning users have reported inconveniences with having to tarball up
their application instead of simply pointing to the directory containing
their app (as Google does).

Will give the user the option to do either.

Original issue reported on code.google.com by shattere...@gmail.com on 29 Dec 2009 at 7:14

GoogleCodeExporter commented 9 years ago
Done. Tested out the following:

python app, tar'ed up
python app, directory
java app, tar'ed up
java app, directory

All work fine now. Will be in next release.

Original comment by shattere...@gmail.com on 31 Dec 2009 at 6:23