简体   繁体   English

用pythonanywhere克隆

[英]Plone with pythonanywhere

is there any way to develop a site with Plone on pythonanywhere? 有什么办法可以在pythonanywhere上使用Plone开发网站? Because Plone to install need sudo operation and with pythonanywhere this is not possible. 因为要安装的Plone需要sudo操作,并且无法使用pythonanywhere进行安装。

Thank you, 谢谢,

John. 约翰。

It seems to me that pythonanywhere is not meant to host websites with high requirements such as Plone... 在我看来,pythonanywhere并不意味着托管具有很高要求的网站,例如Plone ...

The sudo requirement that you mention though is not correct, you don't really need that in Plone, well, you do depending on how you install it. 您提到的sudo要求虽然不正确,但在Plone中并不需要它,实际上,取决于安装方式。

If you are giving it a try you can use online demos: https://plone.com/try-plone 如果您尝试一下,可以使用在线演示: https : //plone.com/try-plone

Of if you are into Docker, there are official images: https://hub.docker.com/r/plone/plone/ 如果您对Docker感兴趣,则有官方图片: https : //hub.docker.com/r/plone/plone/

There is a heroku option as well: https://plone.org/download 还有一个heroku选项: https : //plone.org/download

There is also vagrant: https://plone.org/download/releases/5.1.1 还有无业游民: https : //plone.org/download/releases/5.1.1

And lastly, but maybe the more comprehensive of all, an ansible playbook: https://docs.plone.org/external/ansible-playbook/docs 最后,但也许更全面的是,一个Ansible剧本: https ://docs.plone.org/external/ansible-playbook/docs

Feel free to try any of them and report back your findings, either here in stackoverflow or in Plone community forums: https://community.plone.org/ 随意尝试其中的任何一个,并在stackoverflow或Plone社区论坛中报告您的发现: https : //community.plone.org/

Finally, if you are serious with Plone but lack skills you have professional Plone providers eager to help you out: https://plone.com/providers 最后,如果您对Plone持认真态度,但缺乏技能,那么专业的Plone提供商急于为您提供帮助: https : //plone.com/providers

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM