Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azuyamat/mhlogs-plugin
This plugin allows you to export your logs to https://mhlogs.com
https://github.com/azuyamat/mhlogs-plugin
Last synced: 29 days ago
JSON representation
This plugin allows you to export your logs to https://mhlogs.com
- Host: GitHub
- URL: https://github.com/azuyamat/mhlogs-plugin
- Owner: Azuyamat
- License: mit
- Created: 2023-08-19T23:38:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T00:00:54.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:04:03.507Z (3 months ago)
- Language: Kotlin
- Homepage: https://mhlogs.com
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MHLogs-Plugin
This plugin allows you to export your logs easily to [mhlogs](https://mhlogs.com)
# Installation
To install MHLogs, download the latest version from the [Releases page](https://github.com/Azuyamat/MHLogs-Plugin/releases), and upload it to your server's `plugins` folder.
# Building
MHLogs can be built the same as any other Maven plugin.
If you have [Maven](https://maven.apache.org/download.cgi) installed:
1. Clone the repository locally, either by downloading the ZIP from GitHub, or with `git clone`.
2. Open the clone in a terminal.
3. Run `mvn package` to build the plugin.Alternatively, if you have [IntelliJ IDEA](https://www.jetbrains.com/idea/) installed:
1. Clone the repository locally, either by downloading the ZIP from GitHub, or with `git clone`.
2. Open the clone in IntelliJ IDEA as a project.
3. Wait for IntelliJ IDEA to finish syncing and indexing.
4. Open the `Maven` panel on the right side. Expand `MHLogs` and `build`.
5. Run the `package` task.