1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git synced 2024-09-03 19:56:32 +02:00
phplicensewatcher_ynh/README.md

58 lines
2.6 KiB
Markdown
Raw Normal View History

2021-11-19 21:46:37 +01:00
<!--
2024-04-16 03:40:08 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-11-19 21:46:37 +01:00
It shall NOT be edited by hand.
-->
2019-12-30 10:07:53 +01:00
2021-11-19 21:46:37 +01:00
# PHPLicenseWatcher for YunoHost
2019-12-30 10:07:53 +01:00
2023-10-31 15:29:37 +01:00
[![Integration level](https://dash.yunohost.org/integration/phplicensewatcher.svg)](https://dash.yunohost.org/appci/app/phplicensewatcher) ![Working status](https://ci-apps.yunohost.org/ci/badges/phplicensewatcher.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phplicensewatcher.maintain.svg)
2021-11-19 21:46:37 +01:00
[![Install PHPLicenseWatcher with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phplicensewatcher)
2019-12-30 10:07:53 +01:00
2024-04-16 03:40:08 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2019-12-30 10:07:53 +01:00
2024-04-16 03:40:08 +02:00
> *This package allows you to install PHPLicenseWatcher quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2019-12-30 10:07:53 +01:00
2021-11-19 21:46:37 +01:00
## Overview
2019-12-30 10:07:53 +01:00
2021-11-19 22:17:23 +01:00
phpLicenseWatcher is a simple Web frontend to the FlexLM lmstat and lmdiag commands that gives information about the status of FlexLM servers. You can also get information about features and number of licenses available on a particular server.
### Features
- Shows the health of a license server or a group of them
- Check which licenses are being used and who is currently using them
- Get a listing of licenses, their expiration days and number of days to expiration
- E-mail alert of licenses that will expire within certain time period ie. within next 10 days.
- Monitors server utilization
- Provides usage charts
2019-12-30 10:07:53 +01:00
2024-04-16 03:40:08 +02:00
**Shipped version:** 2024.04.15~ynh1
2019-12-30 10:07:53 +01:00
2021-11-19 21:55:43 +01:00
## Screenshots
2023-10-31 15:29:37 +01:00
![Screenshot of PHPLicenseWatcher](./doc/screenshots/screenshot1.png)
2021-11-19 21:55:43 +01:00
2021-11-19 21:46:37 +01:00
## Documentation and resources
2019-12-30 10:07:53 +01:00
2024-04-16 03:40:08 +02:00
- Official app website: <http://phplicensewatch.sourceforge.net>
- Official admin documentation: <https://phplicensewatch.sourceforge.io/index.html#Documentation>
- Upstream app code repository: <https://github.com/rpi-dotcio/phpLicenseWatcher>
- YunoHost Store: <https://apps.yunohost.org/app/phplicensewatcher>
- Report a bug: <https://github.com/YunoHost-Apps/phplicensewatcher_ynh/issues>
2021-11-19 21:46:37 +01:00
## Developer info
2024-04-16 03:40:08 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/phplicensewatcher_ynh/tree/testing).
2021-11-19 21:46:37 +01:00
2024-04-16 03:40:08 +02:00
To try the `testing` branch, please proceed like that:
2023-10-31 15:29:37 +01:00
2024-04-16 03:40:08 +02:00
```bash
2021-11-19 21:46:37 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/phplicensewatcher_ynh/tree/testing --debug
or
sudo yunohost app upgrade phplicensewatcher -u https://github.com/YunoHost-Apps/phplicensewatcher_ynh/tree/testing --debug
```
2023-10-31 15:29:37 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>