There is almost nothing that works when deploying applications developed on linux and deploying to AWS:
-
Select .tar.gz archive, and a file with .tar.gz is created, but it is in tar format, not tar.gz. (The tar command line used by SC is probably missing the ‘z’ argument.)
-
Deploy an application to a server, point a browser at that application, you’re presented with the prod/lib/php login to set up connections. This is the only URL the site will ever present to a user unless the initial application is specified on the URL. I reported this a year ago.
-
While setting up multiple connections for an application, only the first can be edited. The others disappear from the list as soon as the first one is created.
-
The file permissions are wrong - horribly wrong. They’ve been wrong FOR YEARS.
-
Applications test just fine but are missing custom graphics when deployed. This may have been fixed recently, but the inability to deploy anything makes that irrelevant.
-
175 MiB for sc_prod???