Go to Apache SkyWalking Showcase repository for more details.
The live demo package is in this project base directory after you execute the following commands.
> git clone https://github.com/SkywalkingTest/skywalking-live-demo.git
> cd skywalking-live-demo
> mvn clean package # build the live demo archive
Visit the http://localhost:8764/projectA/test
in your browser after execute the following commands.
Note:
- Start collector service before you execute the following commands.
- those variables needs to be set according to the actual situation.
COLLECTOR_SERVER_LIST
: The collector server addressesAGENT_DIR
: The SkyWalking agent home
> export AGENT_DIR=${AGENT_HOME}
> export COLLECTOR_SERVER_LIST=localhost:10800
> cd test-demo-assembly/bin
> ./startup.sh