2012-01-01から1ヶ月間の記事一覧

Ubuntu Oneiric の /etc/uwsgi/{apps-available,apps-enabled}

前回は upstart を使って uwsgi を起動したけど、パッケージの仕組みに沿った方法を使ってみる。Debian 系の基本通り、 /etc/uwsgi/apps-available/ に設定をファイルを置いて /etc/uwsgi/apps-enabled/ からシンボリックリンクする。/etc/uwsgi/apps-availa…

Ubuntu Oneiric + nginx + uwsgi + moin

インストール nginx は PPA から入れる。 Install : Official Debian/Ubuntu packages $ sudo -s # nginx=stable # add-apt-repository ppa:nginx/$nginx # apt-get update # apt-get install nginx uwsgi 関連もインストール。 # apt-get install uwsgi uws…

CentOS 5.7 に Python 2.6 を入れて pip で MoinMoin をインストール

ダイアリー版をコピーしてみるテスト。CentOS5 の Python 2.4 + mod_wsgi で moin を運用してたものを 2.6 で動かすようにする手順をメモ。まず yum の追加リポジトリ RPMForge と EPEL5.x を有効にする。事前に yum-priorities を入れておくといいかも。 # …

CentOS 5.7 に Python 2.6 を入れて pip で MoinMoin をインストール

CentOS5 の Python 2.4 + mod_wsgi で moin を運用してたものを 2.6 で動かすようにする手順をメモ。まず yum の追加リポジトリ RPMForge と EPEL5.x を有効にする。事前に yum-priorities を入れておくといいかも。 # wget http://download.fedora.redhat.c…