linode能让django部署变得简单吗?

发布于 2024-10-04 03:55:59 字数 377 浏览 0 评论 0原文

我正在设计一个网站,正在考虑是否应该选择 Rails 或 django,我的偏好倾向于 django 但事实 heroku 使部署和系统管理任务变得非常容易 可能会使用rails+heorku。 linode可以提供一个不错的平台吗 易于维护和扩展 django 上传 项目?我能够有效地使用 Linux,但我想 更多地关注软件方面而不是硬件/服务器 东西。

我听说过一些关于应用程序引擎的坏消息,并决定不再理会它。

I am designing a website and am debating if I should go with
rails or django, my preference leans towards django but the fact
that heroku makes deployment and sys admin tasks very easy I
might go with rails+heorku. Can linode provide a nice platform
that is easy to maintain and scale for uploading django
projects? I am able to use linux effeciently but would like to
focus more on the software aspects as opposed to hardware/server
stuff.

I've heard some bad things about app engine and have decided not to bother with it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

等待我真够勒 2024-10-11 03:55:59

我使用 linode 已有近 4 年了,并且尝试过各种解决方案,例如 Amazon EC2、Heroku 和 MediaTemple。

如果您选择 Amazon EC2 并且性能不如 Linode,那么您就得靠自己了。如果您不想自定义内核或过于担心发行版级别的库安装,Heroku 是很棒的选择,但这也意味着您可以在 Heroku 上执行的操作存在一些限制 - 例如,您无权访问文件系统。

我不太喜欢 Mediatemple,但这只是我对他们的体验。

Linode 的技术支持是无与伦比的。

对于“一键安装”,如果您不介意共享托管,webfaction 就是解决方案。

如果您想在 linode.com 上自动设置服务器,您可以考虑上面 @eakron 提到的堆栈脚本。或者您可以编写自己的结构脚本。请参阅http://docs.fabfile.org/en/1.4.1/index。 html

I have been using linode for almost 4 years now and I have tried a variety of solutions like Amazon EC2, Heroku and MediaTemple.

You are on your own if you go for Amazon EC2 and the performance isn't as good as Linode's. Heroku is great if you don't want to customize your kernel or worry too much about distro level library installs, but that also means that there's some limitation on what you can do on Heroku - you don't have access to the filesystem for example.

I don't really like Mediatemple that much but that's just my experience with them.

Linode's technical support is unbeatable.

For "one-click installs", and if you don't mind shared hosting, webfaction is the solution.

If you want to automate your server set-up on linode.com, you can consider stackscripts as mentioned by @eakron above. Or you can write your own fabric scripts. See http://docs.fabfile.org/en/1.4.1/index.html

萌能量女王 2024-10-11 03:55:59

正如 Shintoist 所说,Linode 确实提供了堆栈脚本,可以更轻松地设置和部署 Django。我们在 Linode 上开发了一个 Django 网站,但决定手动设置所有内容。设置系统和必要的模块大约花了一个小时。从那以后我们就没有重新启动或接触过系统。

Like Shintoist said, Linode does offer stack scripts that make for easier Django setup and deployment. We developed a Django website on Linode, but decided to set everything up manually. It took approximately an hour to set up the system and the necessary modules. We haven't restarted or touched the system since.

原谅我要高飞 2024-10-11 03:55:59

Linode 是一家出色的 VPS 提供商,但与 Heroku 并不完全一样。您可以在他们的 StackScripts 中搜索“一键”解决方案,但实际上您需要自己安排事情。它并不需要很困难,但它会给你的 Web 开发增加一些开销。

如果你还刚刚开始,我建议你使用 Ruby on Rails,但如果你已经决定使用 Python/Django(我愿意)我自己更喜欢它),这并不难。 Linode 库在此处提供了许多用于简单 Django 设置的基本设置指南。

建议您注册 djangy.com 的私人测试版,这与 Django 的 Heroku 相同。还远未完成。

Linode is a great VPS provider but is not really the same thing as Heroku. You could search their StackScripts for a "one button" solution, but really you're going to need to set things up yourself. It doesn't need to be difficult but it will add some overhead to your web development

If you're still just starting out I suggest you with Ruby on Rails, but if you've got your heart set on Python/Django (I do prefer it myself), it doesn't have to be hard. The Linode Library has lots of basic setup guides for a simple Django setup here.

Finally I'd suggest you sign up for the private beta of djangy.com which is the same thing as Heroku, for Django. Still far from finished tho.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文