From 36ed9c6988952b234ffca91b52ea49ba457b8ef6 Mon Sep 17 00:00:00 2001 From: Juho Jeong Date: Thu, 9 Jan 2025 21:43:24 +0900 Subject: [PATCH] Update --- README.md | 41 +++++++++++++++-------------------------- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 2489c0f..5dbc441 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,26 @@ -Log Relay -========= +Aspectow AppMon +=============== Aspectow AppMon provides an integrated view to observe logs and events of Aspectran-based application servers in real time. -## Running Aspectow +## Building -- Clone this repository +- Requirements + * Maven 3.6.3+ (prefer included maven-wrapper) + * Java 17+ +- Check out and build: ```sh - $ git clone https://github.com/aspectran/aspectow-appmon.git + git clone git://github.com/aspectran/aspectow-appmon.git + cd aspectow-appmon + ./build rebuild ``` -## Building - -Requirements - -* Maven 3.6.3+ (prefer included maven-wrapper) -* Java 17+ - -Check out and build: - -```sh -git clone git://github.com/aspectran/aspectow-appmon.git -cd aspectow-appmon -./build rebuild -``` - ## Running the demo -To run the demo, simply use the following command after having build `Aspectran` - -```sh -./build demo -``` +1. To run the demo, use the following command after building: + ```sh + ./build demo + ``` -- Access in your browser at http://localhost:8082 +2. Access in your browser at http://localhost:8082