安装 AppScale 时出现此错误“不支持 maverick。”是什么意思?

安装 AppScale 时出现此错误“不支持 maverick。”是什么意思?

我正在尝试在集群上安装 AppScale,并运行以下命令:

debian/appscale_build.sh

当我收到此错误时:

maverick is not supported

这是什么意思?我无法理解。

这是我的 ubuntu 详细信息:

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.10  
Release:    10.10
Codename:   maverick

答案1

你在看这个吗:https://launchpad.net/appscale? 快速谷歌搜索“在 ubuntu 上安装应用程序规模”为我提供了此页面:http://code.google.com/p/appscale/wiki/Getting_Started_Current_Release,但没有显示 Karmic 之外的当前版本以及 2011 年的最新版本。我猜想这意味着没有适用于 Ubuntu 10.10 (Maverick) 的当前软件包,这就是它无法安装且不受支持的原因。

我希望这对您的问题有帮助。

乔纳森

答案2

AppScale 镜像目前仅支持 Lucid。请参阅http://code.google.com/p/appscale/wiki/ImageCreationLucid 如何创建图像。

如需更多帮助,请发送电子邮件至邮件列表: https://groups.google.com/forum/?fromgroups#!forum/appscale_community

—拉吉

答案3

文档已移至 http://github.com/AppScale/appscale/wiki

以及一个更简单的脚本来开始构建:

wget -O - http://bootstrap.appscale.com | sh

相关内容