[xwiki-devs] brand new installation - how to
Hi all out there, I would like to install/create a developing environment for XWiki on a brand new MacBook Pro running Mac OS X 10.5.4. I've being using Tomcat as servlet container and MySQL as backend database so far. Please, could you advice on what releases must I install here? Thanks! About Java... Last login: Fri Sep 12 23:20:46 on ttys000 GMXUX-Ricardo-Rodriguez:~ rrodriguez$ java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237) Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing) GMXUX-Ricardo-Rodriguez:~ rrodriguez$ Best regards, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
Hi Ricardo, On Sep 13, 2008, at 1:09 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi all out there,
I would like to install/create a developing environment for XWiki on a brand new MacBook Pro running Mac OS X 10.5.4. I've being using Tomcat as servlet container and MySQL as backend database so far. Please, could you advice on what releases must I install here? Thanks!
You're talking about a development environment for XWiki so I guess you should check out the sources from SVN. see http://dev.xwiki.org this is the wiki related to XWiki development itself. If not, I recommend either XE 1.5.1 or XE 1.6M2 (better for giving us feedback). That's assuming you mean XE when you say "XWiki". Otherwise there are also versions of XWiki Watch, XWiki Enterprise Manager and XWiki workspaces. Thanks -Vincent
About Java...
Last login: Fri Sep 12 23:20:46 on ttys000 GMXUX-Ricardo-Rodriguez:~ rrodriguez$ java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13- b05-237) Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing) GMXUX-Ricardo-Rodriguez:~ rrodriguez$
Best regards,
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team
Thanks Vincent, I am afraid my question was not here! I was asking about Tomcat and MySQL releases. My tendency is to go straightforwardly to the latest releases, but my knowledge about this tools are far from being a solid rock foundation to take this decisions! :-) For instance, what releases are you using in your developing box/boxes? Or what releases are used in myxwiki farm? Thanks and sorry for the confusion! Cheers, Ricardo Vincent Massol wrote:
Hi Ricardo,
On Sep 13, 2008, at 1:09 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi all out there,
I would like to install/create a developing environment for XWiki on a brand new MacBook Pro running Mac OS X 10.5.4. I've being using Tomcat as servlet container and MySQL as backend database so far. Please, could you advice on what releases must I install here? Thanks!
You're talking about a development environment for XWiki so I guess you should check out the sources from SVN. see http://dev.xwiki.org this is the wiki related to XWiki development itself.
If not, I recommend either XE 1.5.1 or XE 1.6M2 (better for giving us feedback). That's assuming you mean XE when you say "XWiki". Otherwise there are also versions of XWiki Watch, XWiki Enterprise Manager and XWiki workspaces.
Thanks -Vincent
About Java...
Last login: Fri Sep 12 23:20:46 on ttys000 GMXUX-Ricardo-Rodriguez:~ rrodriguez$ java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13- b05-237) Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing) GMXUX-Ricardo-Rodriguez:~ rrodriguez$
Best regards,
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Ricardo Rodríguez Your EPEC Network ICT Team
On Sep 13, 2008, at 11:31 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Thanks Vincent,
I am afraid my question was not here! I was asking about Tomcat and MySQL releases. My tendency is to go straightforwardly to the latest releases, but my knowledge about this tools are far from being a solid rock foundation to take this decisions! :-)
For instance, what releases are you using in your developing box/ boxes? Or what releases are used in myxwiki farm?
Any version should be fine. I also pick latest in general. For development I'm using the standalone version which is using an old jetty version (which we should upgrade btw) and a recent HSQLDB version. Thanks -Vincent
Vincent Massol wrote:
Hi Ricardo,
On Sep 13, 2008, at 1:09 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi all out there,
I would like to install/create a developing environment for XWiki on a brand new MacBook Pro running Mac OS X 10.5.4. I've being using Tomcat as servlet container and MySQL as backend database so far. Please, could you advice on what releases must I install here? Thanks!
You're talking about a development environment for XWiki so I guess you should check out the sources from SVN. see http://dev.xwiki.org this is the wiki related to XWiki development itself.
If not, I recommend either XE 1.5.1 or XE 1.6M2 (better for giving us feedback). That's assuming you mean XE when you say "XWiki". Otherwise there are also versions of XWiki Watch, XWiki Enterprise Manager and XWiki workspaces.
Thanks -Vincent
About Java...
Last login: Fri Sep 12 23:20:46 on ttys000 GMXUX-Ricardo-Rodriguez:~ rrodriguez$ java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13- b05-237) Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing) GMXUX-Ricardo-Rodriguez:~ rrodriguez$
Best regards,
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team
Vincent Massol wrote:
Any version should be fine. I also pick latest in general.
For development I'm using the standalone version which is using an old jetty version (which we should upgrade btw) and a recent HSQLDB version.
Thanks. I would like to stick to MySQL and Tomcat (at least I have some experience with these tools) so I will install their latest releases (MySQL 6.0 and Tomcat 6.0.18) and report any issue. Cheers! -- Ricardo Rodríguez Your EPEC Network ICT Team
participants (2)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Vincent Massol