Changeset 28382
- Timestamp:
- 12/27/07 10:47:45 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/nuxeo-book/trunk/src/docbook/developer-guide/index.xml
r24889 r28382 10 10 xmlns:html="http://www.w3.org/1999/xhtml"> 11 11 <info> 12 <title>Detailed development software installation instruction</title>12 <title>Detailed Development Software Installation Instructions</title> 13 13 </info> 14 14 15 <para>This chapter is provided to help you installing some needed 16 software.</para> 15 <para>This chapter is provided to help you install the software needed to work on your Nuxeo projects.</para> 17 16 18 <para> TODO: refactor because in many cases the packages may be installed using some package management system (for instance on Mac OS: <command>port install apache-ant maven2</command>).</para>17 <para>[TODO: refactor this chapter as in many cases, the packages may be installed using some package management system (for instance on Mac OS: <command>port install apache-ant maven2</command>).]</para> 19 18 20 19 <section> … … 198 197 199 198 <listitem> 200 <para>don't forget to click on okto close the environment variables199 <para>don't forget to click on OK to close the environment variables 201 200 window.</para> 202 201 </listitem> 203 202 </itemizedlist> 204 203 205 You can then check by typing:204 You can then check that your installation is correct by typing: 206 205 <programlisting>ant -version</programlisting> 207 206 </para> … … 246 245 </blockquote> 247 246 248 <para>Nuxeo holds a maven repository here: <uri>http://archiva.nuxeo.org/archiva/</uri>.</para>247 <para>Nuxeo holds a Maven repository here: <uri>http://archiva.nuxeo.org/archiva/</uri>.</para> 249 248 </section> 250 249 … … 328 327 329 328 <para>The Nuxeo EP 5 source repository is a <link 330 xlink:href="http://en.wikipedia.org/wiki/Subversion"> subversion</link>329 xlink:href="http://en.wikipedia.org/wiki/Subversion">Subversion</link> 331 330 repository thus you will need a subversion client to access the source 332 331 code. Most Linux distributions provide the <literal>svn</literal> … … 345 344 <para 346 345 xlink:href="http://subversion.tigris.org/project_packages.html">For MS 347 Windows, we recommend to use the SVN client<link348 xlink:href="http://tortoisesvn.tigris.org/">TortoiseSVN</link> . You can349 also directly use the Subversion c lient from <link346 Windows, we recommend to use the <link 347 xlink:href="http://tortoisesvn.tigris.org/">TortoiseSVN</link> Subversion client. You can 348 also directly use the Subversion command-line client from <link 350 349 xlink:href="http://subversion.tigris.org/">Subversion 351 350 website</link>.</para> … … 354 353 355 354 <section> 356 <title>Chapter key point</title>355 <title>Chapter Key Point</title> 357 356 358 357 <para>In this chapter, we learned:</para> … … 360 359 <itemizedlist> 361 360 <listitem> 362 <para> How to install a Java development environment (JDK) on your machine</para>361 <para>how to install a Java development environment (JDK) on your machine</para> 363 362 </listitem> 364 363 <listitem> 365 <para> How to install Ant and Maven, two mandatory tools for building and deploying your own projects on top of the Nuxeo platform</para>364 <para>how to install Ant and Maven, two mandatory tools for building and deploying your own projects on top of the Nuxeo platform</para> 366 365 </listitem> 367 366 <listitem> 368 <para>How to install a Subversion client, which is not mandatary anymore (but may may prove useful for you own sake)</para> 367 <para>how to install the JBoss AS 4 application server that will act as a container for the Nuxeo application</para> 368 </listitem> 369 <listitem> 370 <para>how to install a Subversion client, which is not mandatary anymore (but may prove useful for you own sake)</para> 369 371 </listitem> 370 372 </itemizedlist>
