From: Timur Batyrshin <batyrshin@ieml.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] Как захостить рельсовое приложение?
Date: Mon, 9 Nov 2009 10:07:38 +0300
Message-ID: <20091109100738.35a69974@batyrshin.kzn.ieml.ru> (raw)
In-Reply-To: <20091108132231.GA11910@altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 2192 bytes --]
On Sun, 8 Nov 2009 16:22:31 +0300
Alexey I. Froloff wrote:
> > Для продакшн можно использовать проксирование на mongrel (если
> > apache, то mod_proxy). Неплохую производительность даёт lighthttpd.
> В Сизиф ушёл ruby-mongrel_cluster, основная идея спёрта из Debian
> (пакет mongrel-cluster).
>
> Гомосятина в области запуска-остановки переписана на shell с
> использованием start-stop-daemon, внешний вид и поведение команд
> mongrel_cluster_ctl и mongrel_rails cluster::* идентичны
> натуральным.
>
> Произвольное рельсовое приложение хостится так:
>
> $ cd /path/to/application
> $ mongrel_rails cluster::configure -C application_cluster.yml [опции]
> # cp application_cluster.yml /etc/mongrel_cluster/sites-available
> # ln -sf ../sites-available/application_cluster.yml \
> /etc/mongrel_cluster/sites-enabled/application_cluster.yml
> # service mongrel_cluster start
>
> Дальше на порты 'port' (3000) -- 'port' + 'servers' - 1 (3001)
> можно проксировать из apache (mod_proxy_balancer), lighthttpd,
> nginx, etc.
>
> Опциями 'port' и 'servers' задаётся сколько процессов
> mongrel_rails и на каких портах будет запущено. Уникальность
> портов должен обеспечить администратор. Если опции 'pid_file' и
> 'log_file' не заданы, будут использоваться
> /var/run/mongrel_cluster/mongrel.ПОРТ.pid и
> /var/log/mongrel_cluster/mongrel.ПОРТ.log соответственно.
> Опциями 'user' и 'group' задаётся с какими правами будет работать
> сервер, по умолчанию _mongrel:_mongrel.
А можно это где-нибудь на видном месте в сети/README положить, если там
этого еще нет?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2009-11-09 7:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-30 8:56 Alexey Borovskoy
2009-09-30 9:07 ` Шигапов Ринат
2009-09-30 9:24 ` Alexey Borovskoy
2009-09-30 9:49 ` Mike Grozak
2009-09-30 11:02 ` Alexey I. Froloff
2009-09-30 14:09 ` Nikolay A. Fetisov
2009-09-30 11:03 ` Alexey I. Froloff
2009-10-01 3:18 ` Шигапов Ринат
2009-10-01 9:26 ` Alexey Borovskoy
2009-11-08 13:22 ` Alexey I. Froloff
2009-11-09 7:07 ` Timur Batyrshin [this message]
2009-11-09 11:34 ` Alexey I. Froloff
2009-11-30 14:13 ` Андрей Новосёлов
2009-11-30 23:14 ` Alexey I. Froloff
2009-10-01 12:12 ` [Sysadmins] Какзахоститьрельсовоеприложение? Eugene Bolshakov
2009-10-02 7:53 ` Alexey Borovskoy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091109100738.35a69974@batyrshin.kzn.ieml.ru \
--to=batyrshin@ieml.ru \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git