作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 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
安装了我需要的插件
它们是:
我的问题是:如何将这个简单的应用程序部署到我的服务器?
谢谢
最佳答案
我发现 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/
我是一名优秀的程序员,十分优秀!