Kauri Documentation
 PreviousHomeNext 
2.5.3 Compile itBook Index2.5.5 Develop your project

2.5.4 Run it

[Windows]
c:\path\to\kauri-<version>\bin\kauri -c conf -r %HOME%\.m2\repository

[Linux]
/home/you/kauri-<version>/bin/kauri.sh -c conf -r ~/.m2/repository

And then surf to:

http://localhost:8888/

Hint: for the -c and -r arguments, we used the default values, so you can omit them. We included them above so that it would be obvious what input Kauri makes use of to start up.

 PreviousHomeNext 
2.5.3 Compile it2.5.5 Develop your project