<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: mongrel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028240#M29003</link>
    <description>Well I have it in two directories -wchuch one is correct?&lt;BR /&gt;&lt;BR /&gt;/var/lib/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails&lt;BR /&gt;/var/lib/gems/1.8/bin/mongrel_rails&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Jun 2007 14:56:43 GMT</pubDate>
    <dc:creator>Piotr Kirklewski</dc:creator>
    <dc:date>2007-06-27T14:56:43Z</dc:date>
    <item>
      <title>mongrel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028238#M29001</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;I did this:&lt;BR /&gt;&lt;BR /&gt;apt-get install ruby1.8-dev&lt;BR /&gt;apt-get install rubygems&lt;BR /&gt;gem install mongrel—include-dependencies&lt;BR /&gt;&lt;BR /&gt;find / -name"mongrel":&lt;BR /&gt;&lt;BR /&gt;/var/lib/gems/1.8/doc/mongrel-1.0.1/rdoc/files/lib/mongrel&lt;BR /&gt;/var/lib/gems/1.8/gems/mongrel-1.0.1/lib/mongrel&lt;BR /&gt;/var/lib/gems/1.8/gems/mongrel-1.0.1/doc/rdoc/files/lib/mongrel&lt;BR /&gt;&lt;BR /&gt;But if I do : &lt;BR /&gt;&lt;BR /&gt;mongrel_rails start -d then:&lt;BR /&gt;mongrel_rails: command not found&lt;BR /&gt;&lt;BR /&gt;man mongrel:&lt;BR /&gt;No manual entry for mongrel&lt;BR /&gt;&lt;BR /&gt;Is it installed at all ?&lt;BR /&gt;&lt;BR /&gt;What is the next step - in order to make it working?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028238#M29001</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-27T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: mongrel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028239#M29002</link>
      <description>If you want to find all mongrel files use:&lt;BR /&gt;&lt;BR /&gt;find / -name "*mongrel*"&lt;BR /&gt;&lt;BR /&gt;If you find the mongrel_rails file, ensure that  the directory is in your PATH and the file has execute permissions.</description>
      <pubDate>Wed, 27 Jun 2007 14:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028239#M29002</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-27T14:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: mongrel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028240#M29003</link>
      <description>Well I have it in two directories -wchuch one is correct?&lt;BR /&gt;&lt;BR /&gt;/var/lib/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails&lt;BR /&gt;/var/lib/gems/1.8/bin/mongrel_rails&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028240#M29003</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-27T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: mongrel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028241#M29004</link>
      <description>First, check that they are not symbolik links to each other, then "use the one that works" ;).</description>
      <pubDate>Wed, 27 Jun 2007 17:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028241#M29004</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-27T17:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: mongrel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028242#M29005</link>
      <description>I didn't install rails that was the problem:&lt;BR /&gt;So I did:&lt;BR /&gt;&lt;BR /&gt;2. apt-get install ruby1.8-dev&lt;BR /&gt;3. apt-get install rubygems&lt;BR /&gt;4. gem install deprec &lt;BR /&gt;5. gem install rails --include-dependencies&lt;BR /&gt;6. gem install mongrelâ  include-dependencies&lt;BR /&gt;&lt;BR /&gt;now I have rails directories on my server but and I should do that:&lt;BR /&gt;&lt;BR /&gt;rails path/to/your/new/application&lt;BR /&gt;cd path/to/your/new/application&lt;BR /&gt;ruby script/server&lt;BR /&gt;&lt;BR /&gt;But when I'm doing it says:&lt;BR /&gt;&lt;BR /&gt;The program 'rails' is currently not installed... blah blah balh&lt;BR /&gt;&lt;BR /&gt;I move to this directory:&lt;BR /&gt;&lt;BR /&gt;root@ubuntus:/var/lib/gems/1.8/bin# ls -l&lt;BR /&gt;total 28&lt;BR /&gt;-rwxr-xr-x 1 root root 413 2007-06-27 21:24 cap&lt;BR /&gt;-rwxr-xr-x 1 root root 408 2007-06-27 21:25 deprec&lt;BR /&gt;-rwxr-xr-x 1 root root 414 2007-06-27 19:45 gpgen&lt;BR /&gt;-rwxr-xr-x 1 root root 416 2007-06-27 19:45 mongrel_rails&lt;BR /&gt;-rwxr-xr-x 1 root root 404 2007-06-27 21:22 rails&lt;BR /&gt;-rwxr-xr-x 1 root root 401 2007-06-27 19:45 rake&lt;BR /&gt;-rwxr-xr-x 1 root root 413 2007-06-27 21:24 rb-keygen&lt;BR /&gt;&lt;BR /&gt;and : rails -v&lt;BR /&gt;&lt;BR /&gt;The program 'rails' is currently not installed... blah blah balh&lt;BR /&gt;&lt;BR /&gt;What is wrong ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2007 04:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028242#M29005</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-28T04:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: mongrel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028243#M29006</link>
      <description>PATH= /var/lib/gems/1.8/bin/:$PATH</description>
      <pubDate>Thu, 28 Jun 2007 05:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mongrel/m-p/4028243#M29006</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-06-28T05:21:43Z</dc:date>
    </item>
  </channel>
</rss>

