Changeset 1618


Ignore:
Timestamp:
2010-07-22 08:57:41 (3 years ago)
Author:
mpo
Message:

Minor additions to the README.txt

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/samples/kauri-tutorial-myblog/README.txt

    r1609 r1618  
    11 
    22                 === About this generated project === 
     3 
     4This 'myblog' is a sample project created to step-by-step guide newcomers through the various aspects of building web services and applications with Kauri. 
     5 
     6The tutorial is maintained at http://docs.outerthought.org:8888/kauri-docs-current/tutorial 
    37 
    48          +------------------------------------------------+ 
     
    711 
    812To build, execute: 
    9  
    10 mvn install 
     13  mvn install 
    1114 
    1215To run, execute: 
    13  
    14 PATH_TO_KAURI/bin/kauri(.sh) 
     16  PATH_TO_KAURI/bin/kauri(.sh) 
    1517 
    1618and surf to 
    17  
    18 http://localhost:8888 
     19  http://localhost:8888 
    1920 
    2021 
     
    4344by loading a different spring configuration: 
    4445 
    45 module1/src/main/kauri/spring/[production|prototype] 
     46  main-module/src/main/kauri/spring/[production|prototype] 
    4647 
    4748 
     
    4950HSQL database. You can find the configuration at 
    5051 
    51 module1/src/main/resources/META-INF/persistence.xml 
     52  main-module/src/main/resources/META-INF/persistence.xml 
  • trunk/tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/README.txt

    r1615 r1618  
    11 
    22                 === About this generated project === 
     3<< INSERT YOUR PROJECT DESCRIPTION HERE >> 
    34 
    45          +------------------------------------------------+ 
     
    78 
    89To build, execute: 
    9  
    10 mvn install 
     10  mvn install 
    1111 
    1212To run, execute: 
    13  
    14 PATH_TO_KAURI/bin/kauri(.sh) 
     13  PATH_TO_KAURI/bin/kauri(.sh) 
    1514 
    1615and surf to 
    17  
    18 http://localhost:8888 
     16  http://localhost:8888 
    1917 
    2018 
     
    4341by loading a different spring configuration: 
    4442 
    45 main-module/src/main/kauri/spring/[production|prototype] 
     43  main-module/src/main/kauri/spring/[production|prototype] 
    4644 
    4745 
     
    4947HSQL database. You can find the configuration at 
    5048 
    51 main-module/src/main/resources/META-INF/persistence.xml 
     49  main-module/src/main/resources/META-INF/persistence.xml 
Note: See TracChangeset for help on using the changeset viewer.