<html><head><base href="x-msg://630/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yes I replied on the 3rd half an hour after you first sent this. OpenStreetView uses Rails 2.3.8, not 3 so you will need to install the older version. I think this should do that for you:<div><span class="Apple-tab-span" style="white-space:pre"> </span>gem install rails -v 2.3.8<div><br></div><div>John</div><div><br><div><div>On 5 Nov 2010, at 07:39, Amrit Pal wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">I am again telling the specification of all the installations and also about the problem occurance.<br></div><div class="entry-content" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><p><br></p><p>I have following versions<br>ruby=>ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux]<br>rails=>3.0.1<br>gem=>1.3.7</p><p> i create the rails application as "rails new blog" and then did as "cd blog" and then i start the server as "rails server" and i gave the following output<span class="Apple-converted-space"> </span><br></p><p><br></p><p><br></p><p> => Booting WEBrick<br>=> Rails 3.0.1 application starting in development on<span class="Apple-converted-space"> </span><a rel="nofollow" target="_blank" href="http://0.0.0.0:3000/"><span class="yshortcuts" id="lw_1288942649_0">http://0.0.0.0:3000</span></a><br>=> Call with -d to detach<br>=> Ctrl-C to shutdown server<br>[2010-11-03 12:56:36] INFO WEBrick 1.3.1<br>[2010-11-03 12:56:36] INFO ruby 1.9.2 (2010-08-18) [i686-linux]<br>[2010-11-03 12:56:36] INFO WEBrick::HTTPServer#start: pid=1783 port=3000</p><br><p> Now i can access "localhost:3000",</p><p> <span class="Apple-converted-space"> </span><br></p><p><br></p><p><br></p><p> Then i download the source code of<span class="Apple-converted-space"> </span><a target="_blank" href="http://openstreetview.org/"><span class="yshortcuts" id="lw_1288942649_1">OPenstreetview.org</span></a><span class="Apple-converted-space"> </span>that is rails application . i did "cd OpenStreetView" and the "rails server" but i am unable to start the server here,i got the following error</p><p> <span class="Apple-converted-space"> </span><br> <span class="Apple-converted-space"> </span><br>Usage:<br> rails new APP_PATH [options]</p><p>Options:<br> -r, [--ruby=PATH] # Path to the Ruby binary of your choice<br> # Default: /usr/local/bin/ruby<br> -d, [--database=DATABASE] # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db)<br> # Default: sqlite3<br> -b, [--builder=BUILDER] # Path to an application builder (can be a filesystem path or URL)<br> -m, [--template=TEMPLATE] # Path to an application template (can be a filesystem path or URL)<br> [--dev] # Setup the application with Gemfile pointing to your Rails checkout<br> [--edge] # Setup the application with Gemfile pointing to Rails repository<br> [--skip-gemfile] # Don't create a Gemfile<br> -O, [--skip-active-record] # Skip Active Record files<br> -T, [--skip-test-unit] # Skip Test::Unit files<br> -J, [--skip-prototype] # Skip Prototype files<br> -G, [--skip-git] # Skip Git ignores and keeps</p><p>Runtime options:<br> -f, [--force] # Overwrite files that already exist<br> -p, [--pretend] # Run but do not make any changes<br> -q, [--quiet] # Supress status output<br> -s, [--skip] # Skip files that already exist</p><p>Rails options:<br> -v, [--version] # Show Rails version number and quit<br> -h, [--help] # Show this help message and quit</p><p>Description:<br> The 'rails new' command creates a new Rails application with a default<br> directory structure and configuration at the path you specify.</p><p>Example:<br> rails new ~/Code/Ruby/weblog</p><p> This generates a skeletal Rails installation in ~/Code/Ruby/weblog.<br> See the README in the newly created application to get going.</p><br><br> Why i am unable to start the server from directory of source code of the website??<p><br></p><p>Thanks in advance</p></div><br></div><br></div></span><br class="Apple-interchange-newline"></blockquote></div><br></div></div></body></html>