You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by jf...@apache.org on 2004/02/20 01:01:35 UTC

cvs commit: jakarta-pluto GETTING-STARTED.html

jford       2004/02/19 16:01:35

  Modified:    .        GETTING-STARTED.html
  Log:
  Added step to first run maven on api before container
  
  Revision  Changes    Path
  1.5       +2 -0      jakarta-pluto/GETTING-STARTED.html
  
  Index: GETTING-STARTED.html
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/GETTING-STARTED.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- GETTING-STARTED.html	23 Jan 2004 08:25:01 -0000	1.4
  +++ GETTING-STARTED.html	20 Feb 2004 00:01:35 -0000	1.5
  @@ -61,6 +61,8 @@
   <p>Run Tomcat, go to http://localhost:8080/pluto/portal.</p>
   <h2>What if I just want the Pluto container jar (like for Jetspeed 2)?</h2>
   <ol>
  +  <li>cd to /api directory</li>
  +  <li>maven jar:install</li>
     <li>cd to /container directory</li>
     <li>maven jar:install</li>
   </ol>