简体   繁体   English

共享主机上的锂框架

[英]lithium framework on shared hosting

Don't want to pay for dedicated server for dev work. 不想为开发工作购买专用服务器。 I don't want to run a live apache server. 我不想运行实时apache服务器。

Is it possible to integrate lithium framework into shared hosting account doc-root? 是否可以将锂框架集成到共享托管帐户doc-root中?

Sure it's possible. 当然可以。 The only requirement is the version of PHP which should be >= 5.3 唯一的要求是PHP的版本应为> = 5.3
The .htaccess shipped with the framework is the only thing needed, to get a shared LAMP stack running with Lithium. 框架附带的.htaccess是唯一要与Lithium一起运行的共享LAMP堆栈。

If you're meeting the requirements for Lithium (PHP5.3, etc) there's no reason you'd need anything dedicated. 如果您满足Lithium(PHP5.3等)的要求,则没有理由不需要任何专用的东西。

Per http://li3.me/docs/manual/getting-started/requirements.wiki , the only requirement is PHP5.3. 根据http://li3.me/docs/manual/getting-started/requirements.wiki ,唯一的要求是PHP5.3。 Everything else is gravy. 其他一切都是肉汁。

Command line access and stuff like git should come with any self respecting hosting company's offerings, even the bargain basement ones. 命令行访问和git之类的东西都应该随身携带托管公司提供的任何产品,甚至是讨价还价的地下室产品。 Some of the optional modules, like MongoDB, can usually be run on the slightly beefier options (ie Dreamhost only allows Mong 一些可选模块(例如MongoDB)通常可以在功能稍强的选项上运行(即Dreamhost仅允许Mong

Check http://nephtaliproject.com/php53hosts/index.php for a list of known shared hosting companies that support PHP 5.3 (or higher) 检查http://nephtaliproject.com/php53hosts/index.php ,以获取支持PHP 5.3(或更高版本)的已知共享托管公司的列表。

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

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