From: Projet/Objet <li...@pr...> - 2003-03-17 19:36:38
|
I wish to test the latest Cvs I am use to install through this command line: lynx -source http://phpwebsite.appstate.edu/install | sh Can anyone confirm me what would be the command line to install the latest CVs? Would the above one still be the good one? Regards, Yves Malouin http://www.malouin.qc.ca |
From: Steven L. <st...@tu...> - 2003-03-17 19:43:50
|
Yves, > Can anyone confirm me what would be the command line to install the latest > CVs? Would the above one still be the good one? I would recommend just getting the latest CVS from: http://phpwebsite.appstate.edu/downloads/daily-cvs/phpwebsite-cvs.tar.gz Also you should wait until tomorrow. There are some changes going in today you might want. -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Don S. <do...@se...> - 2003-03-17 19:48:58
|
That script will only download the 0.9.0 release. If you want CVS, use the build_phpws.sh script or the ballz script in the "shellscripts" dir on the CVS horde site. Don. On Mon, 17 Mar 2003, Projet/Objet wrote: > I wish to test the latest Cvs > > I am use to install through this command line: > lynx -source http://phpwebsite.appstate.edu/install | sh > > Can anyone confirm me what would be the command line to install the latest > CVs? Would the above one still be the good one? > > Regards, > > Yves Malouin > http://www.malouin.qc.ca > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Projet/Objet <li...@pr...> - 2003-03-17 20:14:25
|
Don and Steven, Would there be an equivalent command line to remotely install the latest=A0CVs? I have: lynx -source http://phpwebsite.appstate.edu/install | sh Would this following command make sense?: lynx -source http://phpwebsite.appstate.edu/shellscripts/build_phpws.sh | s= h Don't laugh at me Don ;-) I ain't no Geek ;-) I just enjoy loooking at beautiful code paintings <paint your code here!> Otherwise I'll be beter to wait until the next release as per Steven suggested. I was just willing to validate some bugs I found in the last release for Adam Matthew and Steven. Keep up this Great Work... you Guys! Regards, Yves Malouin http://www.malouin.qc.ca > That script will only download the 0.9.0 release. If you want CVS, use > the build_phpws.sh script or the ballz script in the "shellscripts" dir o= n > the CVS horde site. >=20 > Don. >=20 > On Mon, 17 Mar 2003, Projet/Objet wrote: >=20 >> I wish to test the latest Cvs >>=20 >> I am use to install through this command line: >> lynx -source http://phpwebsite.appstate.edu/install | sh >>=20 >> Can anyone confirm me what would be the command line to install the late= st >> CVs? Would the above one still be the good one? >>=20 |
From: Steven L. <st...@tu...> - 2003-03-17 21:23:50
|
> Otherwise I'll be beter to wait until the next release as per Steven > suggested. I was just willing to validate some bugs I found in the last > release for Adam Matthew and Steven. Yves I was pointing you to the daily CVS tar balls. There is not another release just yet. I said wait until tomorrow because the daily CVS builds are created at night, so changes made today will not be in the tar ball until tomorrow. -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Don S. <do...@se...> - 2003-03-18 23:11:57
|
Yves, cvs -z3 -d:pserver:ano...@re...:/home/cvsroot login Just hit enter (no password) cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co phpw= ebsite-full Don. On Mon, 17 Mar 2003, Projet/Objet wrote: > Don and Steven, >=20 > Would there be an equivalent command line to remotely install the > latest=A0CVs? >=20 > I have: > lynx -source http://phpwebsite.appstate.edu/install | sh > Would this following command make sense?: > lynx -source http://phpwebsite.appstate.edu/shellscripts/build_phpws.sh |= sh >=20 > Don't laugh at me Don ;-) > I ain't no Geek ;-) > I just enjoy loooking at beautiful code paintings <paint your code here!> >=20 > Otherwise I'll be beter to wait until the next release as per Steven > suggested. I was just willing to validate some bugs I found in the last > release for Adam Matthew and Steven. >=20 > Keep up this Great Work... you Guys! >=20 >=20 > Regards, >=20 > Yves Malouin > http://www.malouin.qc.ca >=20 >=20 > > That script will only download the 0.9.0 release. If you want CVS, use > > the build_phpws.sh script or the ballz script in the "shellscripts" dir= on > > the CVS horde site. > >=20 > > Don. > >=20 > > On Mon, 17 Mar 2003, Projet/Objet wrote: > >=20 > >> I wish to test the latest Cvs > >>=20 > >> I am use to install through this command line: > >> lynx -source http://phpwebsite.appstate.edu/install | sh > >>=20 > >> Can anyone confirm me what would be the command line to install the la= test > >> CVs? Would the above one still be the good one? > >>=20 >=20 >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >=20 >=20 >=20 |
From: Projet/Objet <li...@pr...> - 2003-03-19 14:20:33
|
Greetings, This command line is workings. Thanks. Although when trying to browse the test site I get the following errors: Warning: main(PEAR.php) [function.main]: failed to create stream: No such file or directory in /home/projetob/public_html/fr_rc5/core/Core.php on line 30 Fatal error: main() [function.main]: Failed opening required 'PEAR.php' (include_path='.:/home/projetob/public_html/fr_rc5/lib/pear/') in /home/projetob/public_html/fr_rc5/core/Core.php on line 30 -------------------- My .htaccess file: php_flag display_errors On php_flag register_globals On php_flag track_vars On -------------------- I uncommented the line for: /* This line is for *nix/linux environments */ ini_set("include_path", ".:" . PHPWS_SOURCE_DIR . "lib/pear/"); I am stuck at this error page. Any clue on what I might have been overlooking? > Yves, > > cvs -z3 -d:pserver:ano...@re...:/home/cvsroot login > Just hit enter (no password) > cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co > phpwebsite-full > > Don. Regards, Yves Malouin http://www.malouin.qc.ca |
From: Projet/Objet <li...@pr...> - 2003-03-19 14:30:13
|
Oups ;-) I got it now. Just copied the "pear" folder in the "lib" folder and now I can reach the test site. Should I run the "NONROOT_secure_phpws.sh" now? Regards, Yves Malouin http://www.malouin.qc.ca |
From: Steven L. <st...@tu...> - 2003-03-19 14:31:41
|
When you do a CVS co it does not grab the PEAR libs. You will need the get the current ones in use from here: http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz and then untar it in your phpwebsite base directory. > Greetings, > > This command line is workings. Thanks. > > Although when trying to browse the test site I get the following errors: > > Warning: main(PEAR.php) [function.main]: failed to create stream: No such > file or directory in /home/projetob/public_html/fr_rc5/core/Core.php on > line > 30 > > Fatal error: main() [function.main]: Failed opening required 'PEAR.php' > (include_path='.:/home/projetob/public_html/fr_rc5/lib/pear/') in > /home/projetob/public_html/fr_rc5/core/Core.php on line 30 > > -------------------- > My .htaccess file: > php_flag display_errors On > php_flag register_globals On > php_flag track_vars On > > -------------------- > I uncommented the line for: > /* This line is for *nix/linux environments */ > ini_set("include_path", ".:" . PHPWS_SOURCE_DIR . "lib/pear/"); > > I am stuck at this error page. > Any clue on what I might have been overlooking? > > >> Yves, >> >> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot >> login >> Just hit enter (no password) >> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co >> phpwebsite-full >> >> Don. > > > > Regards, > > Yves Malouin > http://www.malouin.qc.ca > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: <ad...@tu...> - 2003-03-19 15:29:08
|
For more info on getting up and running check out the install docs too: https://sourceforge.net/docman/?group_id=15539 Adam > When you do a CVS co it does not grab the PEAR libs. You will need the > get the current ones in use from here: > > http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz > > and then untar it in your phpwebsite base directory. > >> Greetings, >> >> This command line is workings. Thanks. >> >> Although when trying to browse the test site I get the following errors: >> >> Warning: main(PEAR.php) [function.main]: failed to create stream: No >> such >> file or directory in /home/projetob/public_html/fr_rc5/core/Core.php on >> line >> 30 >> >> Fatal error: main() [function.main]: Failed opening required 'PEAR.php' >> (include_path='.:/home/projetob/public_html/fr_rc5/lib/pear/') in >> /home/projetob/public_html/fr_rc5/core/Core.php on line 30 >> >> -------------------- >> My .htaccess file: >> php_flag display_errors On >> php_flag register_globals On >> php_flag track_vars On >> >> -------------------- >> I uncommented the line for: >> /* This line is for *nix/linux environments */ >> ini_set("include_path", ".:" . PHPWS_SOURCE_DIR . "lib/pear/"); >> >> I am stuck at this error page. >> Any clue on what I might have been overlooking? >> >> >>> Yves, >>> >>> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot >>> login >>> Just hit enter (no password) >>> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co >>> phpwebsite-full >>> >>> Don. >> >> >> >> Regards, >> >> Yves Malouin >> http://www.malouin.qc.ca >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Does your code think in ink? >> You could win a Tablet PC. Get a free Tablet PC hat just for playing. >> What are you waiting for? >> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > > > -- > Steven Levin > Electronic Student Services > Appalachian State University > Phone: 828.262.2431 > PhpWebsite Development Team > URL: http://phpwebsite.appstate.edu > Email: st...@NO... > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |