[OSM-dev] Quick survey

Jon Burgess jburgess777 at googlemail.com
Fri Nov 30 15:33:23 GMT 2007


On Fri, 2007-11-30 at 16:03 +0100, Iván Sánchez Ortega wrote:
> El Jueves, 29 de Noviembre de 2007, Richard Fairhurst escribió:
> > How many people here have an OSM-on-Rails instance on their own
> machines?
> 
> I tried to set up one in the past (about 6-8 months ago), but
> desisted. Ruby 
> on Apache was giving me too many headaches.
> 
Apache should not be involved. It the default is for rails to have its
own server on port 3000:-

[jburgess at shark rails_port]$ script/server
=> Booting WEBrick...
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2007-11-30 15:31:58] INFO  WEBrick 1.3.1
[2007-11-30 15:31:58] INFO  ruby 1.8.6 (2007-09-24) [x86_64-linux]
[2007-11-30 15:31:58] INFO  WEBrick::HTTPServer#start: pid=29015 port=3000

	Jon






More information about the dev mailing list