ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Nikolay A. Fetisov" <naf@naf.net.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] Как захостить рельсовое приложение?
Date: Wed, 30 Sep 2009 18:09:23 +0400
Message-ID: <20090930180923.48421917@v3405.naf.net.ru> (raw)
In-Reply-To: <20090930110222.GA22325@altlinux.org>


[-- Attachment #1.1: Type: text/plain, Size: 1252 bytes --]

On Wed, 30 Sep 2009 15:02:22 +0400
Alexey I. Froloff wrote:

> ..
> Очень интересно на него посмотреть.  Может получится сделать
> дистрибутивное решение.
> 

Я приложил свой костыль. Сделан на базе того, что есть в Debian'e.
Поддерживает выбор environment через непосредственное указание нужного,
в виде
# service mongrel start development

Хочет конфигурацию в /etc/mongrel/mongrel.conf, получаемую через 
# mongrel_rails start --generate /etc/mongrel/mongrel.conf <прочие_параметры>

и каталоги под логи и PID:

mkdir /var/log/mongrel
chmod 775 /var/log/mongrel; chown :apache2 /var/log/mongrel
mkdir /var/run/mongrel/
chmod 775 /var/run/mongrel; chown :apache2 /var/run/mongrel

Сам mongrel запускается от apache2, поскольку костыль делался для
запуска приложения хоть как-нибудь, а в дальнейших планах есть переход
на passenger.


P.S.
Passenger в виде модуля Apache2 пару недель назад собрался 
нормально, но вот работать категорически не захотел. Пришлось
отложить разборки с ним где-то до середины октября.

P.P.S.
И запускает костыль mongrel, устанавливаемый из Gem'ов. Поскольку 
с дистрибутивным отказалось работать приложение, а разбираться в коде
не было времени.

-- 
С уважением,
Николай Фетисов

[-- Attachment #1.2: mongrel --]
[-- Type: application/octet-stream, Size: 1726 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2009-09-30 14:09 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 [this message]
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
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=20090930180923.48421917@v3405.naf.net.ru \
    --to=naf@naf.net.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