Displaying 3 results from an estimated 3 matches for "jailshell".
Did you mean:
mailshell
2010 Oct 22
0
How to start your rails application via JailShell on a shared host
...plication up and running
on my shared host.
As I''m using Rails 3, I believe I can''t start the rails application
via CPanel -> Ruby on Rails -> Run (because this works with Mongrel
and Mongrel doesn''t support Rails 3 (yet?))
So I asked my host to give me SSH access (Jailshell) and install the
gem unicorn. (which does support Rails 3 if i''m not mistaken :p)
I managed to start the server (with Unicorn) in jailshell and my rails
application works when I go to it in my browser.
But now, when I exit Jailshell, my rails application goes offline as
well. How can I st...
2005 Dec 23
1
Installing Ruby on Shared Linux Host
Hi. I tried to follow the Howto instructions on installing ruby on rails
on shared linux host. After uploading and uncompressing ruby 1.8.2, I
ran the configure script, and here is the output:
-jailshell-2.05b$ ./configure --prefix=/usr/local/ruby
--exec-prefix=/usr/local/ruby
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for gcc... gcc
checking for C compiler default output fi...
2006 Jan 12
4
Granting SSH access to a Ruby on Rails user
I installed Rails and Rubygems on a web server for a customer who wants
to install a Ruby on Rails application that he developped.
He needs SSH access to interact with Ruby, so I''ll have to grant him
access, but I want him to only play around in his /home directory, as
this server also hosts other customers. How could I do that?
Thanks,
--
Posted via http://www.ruby-forum.com/.