-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |