[videoblogging] Re: Learning Ruby on Rails (was Could this be the influence...)

2006-05-29 Thread LeanBackVids.com



--- In videoblogging@yahoogroups.com, "LeanBackVids.com"
<[EMAIL PROTECTED]> wrote:
> 
> From the command prompt, type...
> ssh -v [EMAIL PROTECTED]

The should be the @ symbol replaced here...
ssh -v username[ AT ]servername.dreamhost.com

Yahoo won't display this correctly because it is in the same format as
an email address.








  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Typepad
  
  


Use
  
  
Explains
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[videoblogging] Re: Learning Ruby on Rails (was Could this be the influence...)

2006-05-29 Thread LeanBackVids.com



Ruby on Rails is actually really easy to install on Dreamhost
(assuming UNIX experience), even if their wiki page makes it seem very
hard... http://wiki.dreamhost.com/index.php/Rails

You'll need "shell" access (really SSH) to your DH account, which you
can check in the Control Panel > Users > Manage Users.

Once you have shell access, open up a shell.  PC users have some
unique steps to take, but Mac users can go into
Applications > Utilities > Terminal

>From the command prompt, type...
ssh -v [EMAIL PROTECTED]

And log in using your FTP password, not your control panel one.

Now you are securely logged into your DH server.

Type this line, changing example.com to your domain...
rails rails.example.com

Change the public directory permissions...
chmod 755 rails.example.com/public

Now go back into your DH control panel and setup a new sub-domain for
rails.example.com, making sure you check the FastCGI box and using the
rails.example.com/public folder.

That is basically it - just point your browser here...
http://rails.example.com

Now the fun begins!  Thanks Markus and Josh for the suggestions. 
Looks like VlogMap 3.0 will be made w/ Rails.

-Matt
--
http://vlogmap.org


--- In videoblogging@yahoogroups.com, Joshua Paul <[EMAIL PROTECTED]> wrote:
>
>  If you're running OSX, I recommend downloading  
> Locomotive (http://locomotive.raaum.org/) and trying RoR out.
> 
> On May 29, 2006, at 12:01 PM, videoblogging@yahoogroups.com wrote:
> 
> > --- In videoblogging@yahoogroups.com, Markus Sandy  wrote:
> >> 
> >> http://www.pragmaticprogrammer.com/title/rails/
> >> 
> >> http://www.typosphere.org/
> >>








  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Typepad
  
  


Use
  
  
Explains
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[videoblogging] Re: Learning Ruby on Rails (was Could this be the influence...)

2006-05-29 Thread Joshua Paul



Hi Matt,

 From what I recall, RoR is already installed in the Dreamhost  
environment. You can simply login and create a Rails app from the  
command line. If you're running OSX, I recommend downloading  
Locomotive (http://locomotive.raaum.org/) and trying RoR out. If you  
need a couple of kick-starters (app wise), feel free to email me off  
list.

Best,

Josh

On May 29, 2006, at 12:01 PM, videoblogging@yahoogroups.com wrote:

>    From: "LeanBackVids.com" [EMAIL PROTECTED]
> Date: Mon May 29, 2006 11:09am(PDT)
> Subject: Re: Learning Ruby on Rails (was Could this be the  
> influence...)
>
> --- In videoblogging@yahoogroups.com, Markus Sandy <[EMAIL PROTECTED]> wrote:
>>
>> http://www.typosphere.org/
>>
>
> Thanks for posting this Markus!  I've been itching to learn more about
> Ruby on Rails but haven't had the time to install it on Dreamhost.
>
> Any tips on making the learning process easier?  There are numerous
> howtos out there (approx. 1 each day on Digg), but most are for people
> who already have RoR experience.  I started to go through the tutorial
> on Dreamhost's wiki, but it "assumes you know how rails apps work and
> just need to get one working on your Dreamhost account."
>
> http://wiki.dreamhost.com/index.php/Rails
>
> Maybe I just need to put some more effort into it, but it is more my
> style to get the app running w/ some sample code and let the hacking
> begin from there.
>
> Any direction would be greatly appreciated.
>
> -Matt
> --
> http://vlogmap.org






  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Typepad
  
  


Use
  
  
Explains
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[videoblogging] Re: Learning Ruby on Rails (was Could this be the influence...)

2006-05-29 Thread LeanBackVids.com



--- In videoblogging@yahoogroups.com, Markus Sandy <[EMAIL PROTECTED]> wrote:
> 
> http://www.pragmaticprogrammer.com/title/rails/
> 

Thanks yet again.  A 612-page PDF is a little intimidating, but the
"beta book" model is great.  I just threw down the $23.50 and planning
to hop on the train soon.









  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Typepad
  
  


Use
  
  
Explains
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [videoblogging] Re: Learning Ruby on Rails (was Could this be the influence...)

2006-05-29 Thread Markus Sandy






hey matt

got to run fast but here's one starter link that i found useful:

agile web dev with rails

http://www.pragmaticprogrammer.com/title/rails/

LeanBackVids.com wrote:

  --- In videoblogging@yahoogroups.com, Markus Sandy <[EMAIL PROTECTED]> wrote:
  
  
http://www.typosphere.org/


  
  
Thanks for posting this Markus!  I've been itching to learn more about
Ruby on Rails but haven't had the time to install it on Dreamhost.  

Any tips on making the learning process easier?  There are numerous
howtos out there (approx. 1 each day on Digg), but most are for people
who already have RoR experience.  I started to go through the tutorial
on Dreamhost's wiki, but it "assumes you know how rails apps work and
just need to get one working on your Dreamhost account."

http://wiki.dreamhost.com/index.php/Rails

Maybe I just need to put some more effort into it, but it is more my
style to get the app running w/ some sample code and let the hacking
begin from there.

Any direction would be greatly appreciated.

-Matt
--
http://vlogmap.org






 Yahoo! Groups Sponsor ~--> 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





  


-- 


Markus Sandy

http://apperceptions.org
http://spinflow.org





  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Typepad
  
  


Use
  
  
Explains
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










[videoblogging] Re: Learning Ruby on Rails (was Could this be the influence...)

2006-05-29 Thread LeanBackVids.com



--- In videoblogging@yahoogroups.com, Markus Sandy <[EMAIL PROTECTED]> wrote:
>
> http://www.typosphere.org/
>

Thanks for posting this Markus!  I've been itching to learn more about
Ruby on Rails but haven't had the time to install it on Dreamhost.  

Any tips on making the learning process easier?  There are numerous
howtos out there (approx. 1 each day on Digg), but most are for people
who already have RoR experience.  I started to go through the tutorial
on Dreamhost's wiki, but it "assumes you know how rails apps work and
just need to get one working on your Dreamhost account."

http://wiki.dreamhost.com/index.php/Rails

Maybe I just need to put some more effort into it, but it is more my
style to get the app running w/ some sample code and let the hacking
begin from there.

Any direction would be greatly appreciated.

-Matt
--
http://vlogmap.org









  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Typepad
  
  


Use
  
  
Explains
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.