如何在普通主机帐户上安装 Propel?
我现在在 propel 网站上(http://www.propelorm.org/wiki/Documentation/1.5/Installation),正如我所料,有很多安装它的命令行说明,但是我如何获得它可以在我的 www.winhost.com 服务器上运行吗?我只要上传 propel 文件夹就可以了吗?
I'm on the propel website now (http://www.propelorm.org/wiki/Documentation/1.5/Installation), and as I expected, there's a lot of command-line instructions for installing it, but how do I get it to work on my www.winhost.com server? Do I just upload the propel folder, and that's it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需下载下载页面 (http://files.propelorm.org/propel-1.5.5.tar.gz) 上提供的 tarball 并将其解压到您的网络空间即可。更多说明可以在安装文件的 tarball 中找到:)
Just download the tarball available at the download page (http://files.propelorm.org/propel-1.5.5.tar.gz) and extract it on your web space. More instructions can be found in the tarball in the INSTALL file :)
如果您无法在服务器上运行命令行,您可以在本地计算机上生成模型文件并上传。您只需要在服务器上安装 Propel 的
runtime
部分,generator
部分仅用于创建文件。If you can't run a command line on your server, you can generate the model files on your local computer and upload them. You only need the
runtime
part of the Propel installation on your server, thegenerator
part is only used for creating the files.