Plone 安装后,无法找到文件夹“zinstance”
我在 CentOS 5.6 服务器上全新安装了 Plone。我使用了 Unified Insatller 并使用了 ZEO ...我似乎找不到我的“zinstance”文件夹。当我执行“定位 zinstance”时,它会在安装程序中为我提供 zinstance.sh,它是它自己的,没有其他地方。 。有什么想法吗?
I have a fresh install of Plone on a CentOS 5.6 server. I used the Unified Insatller and used ZEO ... I can't seem to find my "zinstance" folder. when I do a 'locate zinstance' it gives me the zinstance.sh within the installer it's self, no where else. . Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用ZEO 安装,则不会有“zinstance”文件夹。相反,您会发现一个“zeoserver”文件夹和一个包含一堆脚本的“bin”文件夹。
If you installed with ZEO there will be no "zinstance" folder. Instead you'll find a "zeoserver" folder, and a "bin" folder with a bunch of scripts.
我相信,在 Linux 上,统一安装程序默认安装到 /usr/local/plone 。
On linux the unified installer install to /usr/local/plone by default I believe.