Changes

Jump to navigation Jump to search
684 bytes added ,  03:43, 31 August 2007
Line 65: Line 65:  
Could not find rails (> 0) in any repository
 
Could not find rails (> 0) in any repository
    +
Check to see if rails installed succesfully
    +
rails -v
 +
 +
if Rails 1.2.3, then proceed to install other required gems
 +
 +
gem install capistrano --include-dependencies
 +
 +
gem install mongrel --include-dependencies
 +
 +
'''Select 2'''
 +
 +
Select which gem to install for your platform (i386-linux)
 +
1. mongrel 1.0.1 (mswin32)
 +
'''2. mongrel 1.0.1 (ruby)'''
 +
3. mongrel 1.0 (mswin32)
 +
4. mongrel 1.0 (ruby)
 +
5. Skip this gem
 +
6. Cancel installation
 +
> 2
 +
 +
'''Select 1'''
 +
 +
Select which gem to install for your platform (i386-linux)
 +
''' 1. fastthread 1.0 (ruby)'''
 +
2. fastthread 1.0 (mswin32)
 +
3. fastthread 0.6.4.1 (mswin32)
 +
4. fastthread 0.6.4.1 (ruby)
 +
5. Skip this gem
 +
6. Cancel installation
 +
> 1
     
276

edits

Navigation menu