2022-03-13 15:23:13 +01:00
|
|
|
<!--
|
2024-04-07 22:51:52 +02:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-03-13 15:23:13 +01:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2022-08-08 14:54:25 +02:00
|
|
|
# pgAdmin4 for YunoHost
|
2017-11-14 16:05:26 +01:00
|
|
|
|
2024-06-28 23:00:29 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/pgadmin.svg)](https://ci-apps.yunohost.org/ci/apps/pgadmin/) ![Working status](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg)
|
2023-02-17 08:12:51 +01:00
|
|
|
|
2022-08-08 14:54:25 +02:00
|
|
|
[![Install pgAdmin4 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin)
|
2022-03-13 15:23:13 +01:00
|
|
|
|
2024-04-07 22:51:52 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2017-11-14 16:05:26 +01:00
|
|
|
|
2024-04-07 22:51:52 +02:00
|
|
|
> *This package allows you to install pgAdmin4 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.*
|
2017-11-16 21:10:21 +01:00
|
|
|
|
2022-03-13 15:23:13 +01:00
|
|
|
## Overview
|
2018-08-10 01:19:48 +02:00
|
|
|
|
|
|
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
|
|
|
|
|
|
|
|
2024-07-30 12:04:23 +02:00
|
|
|
**Shipped version:** 8.10~ynh1
|
2022-08-08 14:54:25 +02:00
|
|
|
|
2022-03-13 15:23:13 +01:00
|
|
|
## Screenshots
|
2018-08-10 01:19:48 +02:00
|
|
|
|
2022-08-08 14:54:25 +02:00
|
|
|
![Screenshot of pgAdmin4](./doc/screenshots/pgadmin4-welcome-light.png)
|
2018-08-10 01:19:48 +02:00
|
|
|
|
2022-03-13 15:23:13 +01:00
|
|
|
## Documentation and resources
|
2018-08-10 01:19:48 +02:00
|
|
|
|
2024-04-07 22:51:52 +02:00
|
|
|
- Official app website: <https://www.pgadmin.org>
|
|
|
|
- Official admin documentation: <https://www.pgadmin.org/docs>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/pgadmin>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/pgadmin_ynh/issues>
|
2017-11-16 21:10:21 +01:00
|
|
|
|
2022-03-13 15:23:13 +01:00
|
|
|
## Developer info
|
2017-11-14 16:05:26 +01:00
|
|
|
|
2024-04-07 22:51:52 +02:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing).
|
2017-12-24 15:52:19 +01:00
|
|
|
|
2024-04-07 22:51:52 +02:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2022-05-28 15:29:02 +02:00
|
|
|
|
2024-04-07 22:51:52 +02:00
|
|
|
```bash
|
2018-08-10 01:19:48 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade pgadmin -u https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug
|
|
|
|
```
|
2017-11-14 16:05:26 +01:00
|
|
|
|
2022-05-28 15:29:02 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|