如何使用 appscale 在集群上部署应用程序?

How to deploy an application on cluster using appscale?

我正在尝试 运行 使用 AppScale 在我的笔记本电脑上构建一个 GoogleAppEngine 应用程序。我按照 link 中的说明进行操作,在部署部分之前一切正常。

appscale deploy ~/path-to-your-app

我不知道我必须放什么路径。包含我的应用程序的目录在我的桌面上。所以我做了

vagrant@precise64:~$ appscale deploy /Users/Mac/Desktop/MyApp
/Users/Mac/Desktop/MyApp is not a tar.gz file, a zip file, or a directory. Please try uploading either a tar.gz file, a zip file, or a directory.

但是虚拟机无法访问它。

您必须将应用程序 scp 到 AppScale 工具所在的机器。可选地,有一个 Web 界面可以从 AppScale 仪表板上传应用程序。