bill walton wrote: > Hi Norm, > > On Wed, 2009-03-11 at 11:05 -0700, Norm wrote: > >> I include a couple of scripts to put in your startup folder >> so the servers (db and web) start up at windows login. >> > > Do circumstances allow sharing? > > Best regards, > Bill > > Sure. They are nothing special and as I know very little about MS systems there is probably a better way to do it but it works.
1 - start_mysql.bat PATH C:\InstantRails\mysql\bin;%PATH% mysqld 2 - start_server.bat CD C:\InstantRails\rails_apps\open_campground PATH C:\InstantRails\ruby\bin;C:\InstantRails\mysql\bin;%PATH% ruby script\server -e production They require manual editing if InstantRails is installed in someplace other than C: Just copy them into your startup folder and reboot.. Good luck Norm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

