Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.