Changeset 1618
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/kauri-tutorial-myblog/README.txt
r1609 r1618 1 1 2 2 === About this generated project === 3 4 This '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 6 The tutorial is maintained at http://docs.outerthought.org:8888/kauri-docs-current/tutorial 3 7 4 8 +------------------------------------------------+ … … 7 11 8 12 To build, execute: 9 10 mvn install 13 mvn install 11 14 12 15 To run, execute: 13 14 PATH_TO_KAURI/bin/kauri(.sh) 16 PATH_TO_KAURI/bin/kauri(.sh) 15 17 16 18 and surf to 17 18 http://localhost:8888 19 http://localhost:8888 19 20 20 21 … … 43 44 by loading a different spring configuration: 44 45 45 module1/src/main/kauri/spring/[production|prototype]46 main-module/src/main/kauri/spring/[production|prototype] 46 47 47 48 … … 49 50 HSQL database. You can find the configuration at 50 51 51 module1/src/main/resources/META-INF/persistence.xml52 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 1 1 2 2 === About this generated project === 3 << INSERT YOUR PROJECT DESCRIPTION HERE >> 3 4 4 5 +------------------------------------------------+ … … 7 8 8 9 To build, execute: 9 10 mvn install 10 mvn install 11 11 12 12 To run, execute: 13 14 PATH_TO_KAURI/bin/kauri(.sh) 13 PATH_TO_KAURI/bin/kauri(.sh) 15 14 16 15 and surf to 17 18 http://localhost:8888 16 http://localhost:8888 19 17 20 18 … … 43 41 by loading a different spring configuration: 44 42 45 main-module/src/main/kauri/spring/[production|prototype]43 main-module/src/main/kauri/spring/[production|prototype] 46 44 47 45 … … 49 47 HSQL database. You can find the configuration at 50 48 51 main-module/src/main/resources/META-INF/persistence.xml49 main-module/src/main/resources/META-INF/persistence.xml
Note: See TracChangeset
for help on using the changeset viewer.