gpt4 book ai didi

python - 在 Nginx 上部署 Bottle 应用程序

转载 作者:行者123 更新时间:2023-11-28 17:48:52 24 4
gpt4 key购买 nike

我有一个 Ubuntu 12.04 服务器设置,当前在 Passenger/Nginx 安装上运行 Ruby on Rails 应用程序。我决定尝试使用一些 Python 并使用 Bottle 编写了一个小应用程序.我想将此应用程序部署到我的服务器。我关注了this guide关于设置我的服务器以运行 Python 应用程序。当我运行 sudo service uwsgi restart 时,我收到以下错误消息:

Restarting app server(s) uwsgi                                     
[uWSGI] getting INI configuration from
/usr/share/uwsgi/conf/default.ini [uWSGI] parsing config file /etc/uwsgi/apps-enabled/example.net.xml
open("./python_plugin.so"): No such file or directory [core/utils.cline 4700]
!!! UNABLE to load uWSGI plugin: ./python_plugin.so: cannot open shared object file: No such file or directory !!!
Sat Dec 8 18:29:14 2012 - [WARNING] option "app" is deprecated: use the more advanced "mount" option

我真的不太了解 Python,我已经通过 easy_install 安装了我需要的插件

它们是:

  • pymongo
  • 美丽的汤
  • Bottle

我的问题是:如何将这个简单的应用程序部署到我的服务器?
谢谢

最佳答案

我发现 Passenger 将运行 WSGI 应用程序。我按照这篇文章的说明进行操作 http://kbeezie.com/using-python-nginx-passenger/并且可以毫不费力地让它工作。

最后其实很简单。

这是我的适配器,以防其他人遇到问题:

https://github.com/nick-desteffen/astronomy-pics/blob/master/passenger_wsgi.py

关于python - 在 Nginx 上部署 Bottle 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13782402/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com