Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
topframe committed Jan 9, 2025
1 parent fdea1f0 commit 36ed9c6
Showing 1 changed file with 15 additions and 26 deletions.
41 changes: 15 additions & 26 deletions README.md
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

0 comments on commit 36ed9c6

Please sign in to comment.