简体   繁体   中英

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.

Is it possible to integrate lithium framework into shared hosting account doc-root?

Sure it's possible. The only requirement is the version of PHP which should be >= 5.3
The .htaccess shipped with the framework is the only thing needed, to get a shared LAMP stack running with Lithium.

If you're meeting the requirements for Lithium (PHP5.3, etc) there's no reason you'd need anything dedicated.

Per http://li3.me/docs/manual/getting-started/requirements.wiki , the only requirement is 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. Some of the optional modules, like MongoDB, can usually be run on the slightly beefier options (ie Dreamhost only allows Mong

Check http://nephtaliproject.com/php53hosts/index.php for a list of known shared hosting companies that support PHP 5.3 (or higher)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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