Re: [Boa Constr] HOW TO START BOAConstructor?
Status: Beta
Brought to you by:
riaan
From: Zsolt G. K. <zso...@4d...> - 2006-10-31 16:34:18
|
Thanks to all, I downloaded and started it! Beh, it looks very serious..:) Zsolt Tim Black wrote: > Zsolt G. Kiss wrote: >> Which is btw the public CVS account from which I can download Boa? > According to http://sourceforge.net/cvs/?group_id=1909, use the > following CVS commands after you've installed CVS on your machine (I > use TortoiseCVS): > > cvs > -d:pserver:ano...@bo...:/cvsroot/boa-constructor > login > > cvs -z3 > -d:pserver:ano...@bo...:/cvsroot/boa-constructor > co -P /modulename > > /Running those commands in a directory gives you a new copy of Boa. > To update your copy of Boa, just run a "cvs update" operation. On my > computer, I've translated that operation into the attached DOS batch > file which I've set up on my system to run as a scheduled task. > > Hope that helps, > > Tim Black > ------------------------------------------------------------------------ > > @ECHO OFF > > cd C:\Python25\Lib\site-packages\boa > c: > echo Updating Boa via CVS... > > "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "update" "-d" "-P" "." > > echo All done! > > pause > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |