Hey, I did some pre-compiled gems for both Mongrel and win32 service, wrote some quick instructions, and threw everything onto a (Mongrel hosted) temp site. Please go hit: http://zedshaw.homelinux.org:3000/files/win32_howto.html And give the instructions a shot. Luis should have the stuff moved around and then we''ll have a nice clean install and set of instructions for all this. Any comments are welcome. Remember stop doesn''t work quite yet. Zed
Hi Zed, cannot access to the hosting... mail me the win32_howto please. Also, we need to comment/document the usage of mongrel_rails_service, in README maybe? Hope my english will be good to describe the process :-D Luis On 2/22/06, Zed Shaw <zedshaw at zedshaw.com> wrote:> Hey, > > I did some pre-compiled gems for both Mongrel and win32 service, wrote some > quick instructions, and threw everything onto a (Mongrel hosted) temp site. > Please go hit: > > http://zedshaw.homelinux.org:3000/files/win32_howto.html > > And give the instructions a shot. Luis should have the stuff moved around > and then we''ll have a nice clean install and set of instructions for all > this. > > Any comments are welcome. Remember stop doesn''t work quite yet. > > Zed > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Luis
I''ll do the docs. I''m already reworking the documentation page to expand it out and give more docs. Oh and I took the little site down while I did the release. Did your svn update work out ok? Zed On 2/22/06 12:27 PM, "Luis Lavena" <luislavena at gmail.com> wrote:> Hi Zed, cannot access to the hosting... mail me the win32_howto please. > > Also, we need to comment/document the usage of mongrel_rails_service, > in README maybe? > > Hope my english will be good to describe the process :-D > > Luis > > On 2/22/06, Zed Shaw <zedshaw at zedshaw.com> wrote:
Hey!, you work faster than I could think! SVN worked ok, checking the mongrel_rails_svc was named ok in the install_service method. Now what should I do? sit and wait your release? ;-) Will check the stopping fail issue. even in the graful shutdown of SimpleHandler there are things quite don''t work yet... Now need to do some company work :-D Later, Luis On 2/22/06, Zed Shaw <zedshaw at zedshaw.com> wrote:> I''ll do the docs. I''m already reworking the documentation page to expand it > out and give more docs. > > Oh and I took the little site down while I did the release. Did your svn > update work out ok? > > Zed > > > On 2/22/06 12:27 PM, "Luis Lavena" <luislavena at gmail.com> wrote: > > > Hi Zed, cannot access to the hosting... mail me the win32_howto please. > > > > Also, we need to comment/document the usage of mongrel_rails_service, > > in README maybe? > > > > Hope my english will be good to describe the process :-D > > > > Luis > > > > On 2/22/06, Zed Shaw <zedshaw at zedshaw.com> wrote: > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Luis
Yeah, I''m just updating docs right now. Go ahead and try a gem update on your box and see if everything comes out right. About the scripts var in Rakefile: It''s updated right before the win32 gem build statement. No point in including the service files for other platforms. Stay tuned. Should be another 30 minutes or so. Zed On 2/22/06 12:51 PM, "Luis Lavena" <luislavena at gmail.com> wrote:> Hey!, you work faster than I could think! > > SVN worked ok, checking the mongrel_rails_svc was named ok in the > install_service method. > > Now what should I do? sit and wait your release? ;-) > > Will check the stopping fail issue. even in the graful shutdown of > SimpleHandler there are things quite don''t work yet... > > Now need to do some company work :-D > > Later, > > Luis >
> About the scripts var in Rakefile: It''s updated right before the win32 gem > build statement. No point in including the service files for other > platforms. >Actually, only mongrel_rails_service should be included there... changed that line to reflect that. (the scripts_win32 part) reverted the scripts to list just mongrel_rails. So, fixed it... now its ok (revision 57). Later, Luis
Ok, we''ll throw that in the next release. The gems are already up and work so I don''t want to touch them since rubygems is real touchy. Zed On 2/22/06 1:12 PM, "Luis Lavena" <luislavena at gmail.com> wrote:>> About the scripts var in Rakefile: It''s updated right before the win32 gem >> build statement. No point in including the service files for other >> platforms. >> > > Actually, only mongrel_rails_service should be included there... > changed that line to reflect that. > > (the scripts_win32 part) reverted the scripts to list just mongrel_rails. > > So, fixed it... now its ok (revision 57). > > Later, > > Luis > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users
Alright, announcements are out and site is up. Let''s now sit back and see what they think. Great work Luis. I think this stuff is just plain awesome. Zed
On 2/22/06, Zed Shaw <zedshaw at zedshaw.com> wrote:> Ok, we''ll throw that in the next release. The gems are already up and work > so I don''t want to touch them since rubygems is real touchy.Ok, anyway I have commited that so will show in next release. Luis