How to run Rails project if i has some application made already...please Help

What is it that is not working, or do you not know what to do at all? If you do not know what to do have a look at the rails guide Getting Started at http://guides.rubyonrails.org/

Colin

write down here error on console coming

Hi kannav thanks for reply

[shyam@fl2 trunk]$ ruby script/server => Booting WEBrick => Rails 2.3.2 application starting on http://0.0.0.0:3000 /home/shyam/imedsoft/trunk/lib/settings_reader.rb:13:in `read’: No such file or directory - config/settings.yml (Errno::ENOENT)

from /home/shyam/imedsoft/trunk/lib/settings_reader.rb:13:in `read'
from /home/shyam/imedsoft/trunk/config/environment.rb:61
from /usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/initializer.rb:111:in `run'

from /home/shyam/imedsoft/trunk/config/environment.rb:13
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'

from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in `require'
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:521:in `new_constants_in'

from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in `require'
from /usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:84
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'

from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from script/server:3

[shyam@fl2 trunk]$

this is my console at serve.

Regards, Shyam +91-971-618-9650

http://sites.google.com/site/shyammohankanojia/cv

Y'know, for somebody who was *just* discussing their "1+ year of experience", this is a pretty basic error. Does the file config/ settings.yml exist?

--Matt Jones

if possible give me the SVn address i would download thha soucre and then find put the solution definatly thanks anyways check out yours databse whether it has tables in that or not then you have to config your database.yml like this

development: adapter: your_database_management_system_name

database: your_database_name

user: your_user_name password: your_user_password

timeout: 5000

then run rake db:migrate

then ruby script/server

tell me about yours operating system that would be also help full for you thnx

Thanks rajeev

Regards, Shyam +91-971-618-9650 http://sites.google.com/site/shyammohankanojia/cv

How can i make a SVn Reposit of my project ???

see this

http://www.abbeyworkshop.com/howto/misc/svn01/ http://svnbook.red-bean.com/en/1.4/svn.tour.initial.html

Regards, Shyam +91-971-618-9650 http://sites.google.com/site/shyammohankanojia/cv

Thanks very much