TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PaaS for a LAMP service?

2 点作者 majesticbeans超过 11 年前
Currently, I run a LAMP stack on a simple web hosting platform at $7 a month with a dedicated IP. I&#x27;ve decided to ditch them for various reasons.<p>I&#x27;ve been told that launching a service with a simple hosting service is a bad idea and that I should use a PaaS to scale. While maintaining my online anonymity, my web service is nothing more than a simple upload service for all intent and purposes. There is no user-user interaction. The experience is as follows: log in, upload, view history. At least,that&#x27;s how it will be for the time being. I also run a couple of cron jobs to send users reminders and to scan the DB for changes. Although I expect my storage needs to multiply over time, I don&#x27;t see why I can&#x27;t just purchase more storage from my web hosting guys.<p>Why do I need to use a PaaS, and furthermore, is Heroku something to look at especially if my whole website is written in PHP? I checked it out, and I have no idea what&#x27;s going on on. Seems super convoluted. But then again, I&#x27;m a CS-gradguy just doing a simple side-project.

2 条评论

franklaemmer超过 11 年前
SHAMELESS PLUG: we&#x27;ve build a PHP PaaS: <a href="http://fortrabbit.com" rel="nofollow">http:&#x2F;&#x2F;fortrabbit.com</a> which brings you a system that feels pretty much like your ususal LAMP stack but comes with a lot of candy on top.<p>The main benefit is: it&#x27;s managed. You don&#x27;t need to care about dependencies, updates, patches yourself. It&#x27;s made for the needs of PHP web application development – continuous development, multi-staging etc.<p>We believe that the convenience we offer is more important than the few dollars (well actually Euro in our case as we are based in EU) you can save.<p>Curious what you think. Is it a fit? Are you missing something? Is it too expensive?
jtreminio超过 11 年前
1. You don&#x27;t need a PaaS. Who said you do? That&#x27;s rubbish. 2. Heroku does not treat PHP as a first-class citizen.<p>You can set up a Digital Ocean VM for $5&#x2F;month. I&#x27;m hosting my small apps on it and performance has been worth more than $5&#x2F;month, IMO.<p>One of my apps is www.puphpet.com - you can configure your server via my GUI and launch a new DO instance fairly easily.
评论 #6811821 未加载