Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine 如何使用appscale在集群上部署应用程序?_Google App Engine_Deployment_Vagrant_Virtualbox_Appscale - Fatal编程技术网

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

Google app engine 如何使用appscale在集群上部署应用程序?,google-app-engine,deployment,vagrant,virtualbox,appscale,Google App Engine,Deployment,Vagrant,Virtualbox,Appscale,我正在尝试使用AppScale在我的笔记本电脑上运行GoogleAppEngine应用程序。我遵循了本文中的说明,在部署部分之前一切都很顺利 appscale deploy ~/path-to-your-app 我不知道我该走哪条路。包含我的应用程序的目录位于我的桌面上。所以我做了 vagrant@precise64:~$ appscale deploy /Users/Mac/Desktop/MyApp /Users/Mac/Desktop/MyApp is not a tar.gz file

我正在尝试使用AppScale在我的笔记本电脑上运行GoogleAppEngine应用程序。我遵循了本文中的说明,在部署部分之前一切都很顺利

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仪表板上载应用程序