I have two hosting accounts,

one with godaddy and other with site5.com



On Jun 25, 11:37 pm, Mark Kremer <m...@without-brains.net> wrote:
> That really depends on your hosting provider, you'll probably need to
> contact them and ask them about it.
>
> If your current hosting provider does not offer the option to run your
> setup you can either look for a hosting provider that does offer Ruby on
> Rails (I know a number of them exist, others on the list may be able to
> mention a few) or get a VPS hosting provider such as Linode
> (http://www.linode.com) where you can install the setup yourself (when
> choosing a VPS provider you''ll need to be prepared to maintain all the
> software on the VPS yourself though).
>
> I hope this helps :)
>
> On 26-6-2010 0:07, Ali Imran wrote:
>
>
>
> > I installed
>
> > ruby: 1.8.7
> > rails: 2.3.8
> > gems:  1.3.5
>
> > on the Ubuntu with passenger  2.2.15
>
> > now i create the first demo application,
>
> > i create a folder on home "ruby"->"demo"
>
> > than i created a sites-available
>
> > udo nano /etc/apache2/sites-available/demo
>
> > <VirtualHost *:80>
>
> > ServerName mydomain.com
> > ServerAliaswww.mydomain.com
>
> > DocumentRoot /home/ruby/demo/public
>
> > </VirtualHost>
>
> > i am looking for next step .. where to go from here and also please
> > help me if i am doing these steps wrong
>
> > i also run the demo project by apache2 server by
>
> > placing application in  /var/www
>
> > and it works fine.
>
> > but how i move to this my shared hosting server
> > and run online
>
> > Thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to