2018-08-10 01:19:48 +02:00
pgAdmin for yunohost
====================
2017-11-14 16:05:26 +01:00
2020-07-23 23:49:59 +02:00
[![Integration level ](https://dash.yunohost.org/integration/pgadmin.svg )](https://dash.yunohost.org/appci/app/pgadmin) ![](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg)
2020-12-12 15:02:45 +01:00
[![Install pgadmin with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=pgadmin)
2017-11-14 16:05:26 +01:00
2018-08-10 01:19:48 +02:00
> *This package allow you to install pgadmin quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
2017-11-16 21:10:21 +01:00
2018-08-10 01:19:48 +02:00
Overview
--------
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
2020-12-11 00:05:24 +01:00
**Shipped version:** 4-4.29
2018-08-10 01:19:48 +02:00
Screenshots
-----------
2020-11-19 23:04:11 +01:00
![](https://www.pgadmin.org/static/COMPILED/assets/img/screenshots/pgadmin4-welcome-light.png)
2018-08-10 01:19:48 +02:00
Documentation
-------------
* Official documentation: https://www.pgadmin.org/docs/
* YunoHost documentation: There no other documentations, feel free to contribute.
YunoHost specific features
--------------------------
### Multi-users support
This app actually don't support the SSO and don't support LDAP. After the install of the app you can create a other user. So this app is multi-users but independently of the LDAP database.
### Supported architectures
2020-07-23 23:49:59 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/pgadmin%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/pgadmin/)
2019-10-26 22:55:11 +02:00
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/pgadmin%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/pgadmin/)
2018-11-05 16:36:00 +01:00
2018-08-10 01:19:48 +02:00
<!-- Limitations
-----------
* Any known limitations.-->
<!-- Additional informations
-----------------------
* Other informations you would add about this application-->
Links
-----
* Report a bug: https://github.com/YunoHost-Apps/pgadmin_ynh/issues
* App website: https://www.pgadmin.org/
* YunoHost website: https://yunohost.org/
---
2017-11-16 21:10:21 +01:00
2017-11-14 16:05:26 +01:00
Install
-------
From command line:
2018-08-10 01:19:48 +02:00
`sudo yunohost app install -l pgAdmin https://github.com/YunoHost-Apps/pgadmin_ynh`
2017-11-14 16:05:26 +01:00
Upgrade
-------
From command line:
2018-08-10 01:19:48 +02:00
`sudo yunohost app upgrade pgadmin -u https://github.com/YunoHost-Apps/pgadmin_ynh`
2017-11-14 16:05:26 +01:00
2018-08-10 01:19:48 +02:00
Developers infos
----------------
Please do your pull request to the [testing branch ](https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing ).
2017-12-24 15:52:19 +01:00
2018-08-10 01:19:48 +02:00
To try the testing branch, please proceed like that.
```
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
License
-------
2018-08-10 01:19:48 +02:00
pgAdmin is published under the the PostgreSQL licence : https://www.pgadmin.org/licence/
2017-11-16 21:10:21 +01:00
TODO
----
2017-12-24 15:52:19 +01:00
2018-11-05 16:36:00 +01:00
- Add sso auth