Add documentation for phpRedMin

This commit is contained in:
cytopia 2018-08-12 11:21:31 +02:00
parent 141b7bf72d
commit 8cb76c0966
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 50 additions and 31 deletions

View File

@ -380,27 +380,30 @@ The Devilbox has everything setup for you. The only thing you will have to insta
#### Batteries
<table>
<tbody>
The following batteries are available in the Devilbox intranet by default:
<table width="100%" style="width:100%; display:table;">
<tbody style="text-align:center;">
<tr>
<td>:open_file_folder:</td>
<td><a href="https://www.phpmyadmin.net">phpMyAdmin</a></td>
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/adminer.png" alt="Adminer" /></td>
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phpmyadmin.png" alt="phpMyAdmin" /></td>
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phpredmin.png" alt="phpRedMin" /></td>
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/opcachegui.png" alt="OpCacheGUI" /></td>
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/email.png" alt="Mail viewer" /></td>
</tr>
<tr>
<td>:open_file_folder:</td>
<td><a href="https://www.adminer.org">Adminer</a></td>
</tr>
<tr>
<td>:bar_chart:</td>
<td><a href="https://www.phpmyadmin.net">phpMyAdmin</a></td>
<td><a href="https://github.com/sasanrose/phpredmin">phpRedMin</a></td>
<td><a href="https://github.com/PeeHaa/OpCacheGUI">OpCache GUI</a></td>
</tr>
<tr>
<td>:email:</td>
<td>Mail viewer</td>
</tr>
</tbody>
</table>
> **Documentation:**
> [Devilbox Intranet](https://devilbox.readthedocs.io/en/latest/getting-started/devilbox-intranet.html)
#### Tools
@ -498,6 +501,9 @@ Well-known and popular tools will be at your service as well:
<a target="_blank" title="Webpack" href="https://webpack.js.org/"><img width="64" style="width:64px;" src="docs/img/logo_tools/webpack.png" alt="Devilbox"/></a>
<a target="_blank" title="Yarn" href="https://yarnpkg.com/en/"><img width="64" style="width:64px;" src="docs/img/logo_tools/yarn.png" alt="Devilbox"/></a>
> **Documentation:**
> [Available Tools](https://devilbox.readthedocs.io/en/latest/readings/available-tools.html)
#### Available PHP Modules
@ -563,8 +569,9 @@ The Devilbox comes with a pre-configured intranet on `http://localhost` and `htt
* **Database overview** (MySQL, PgSQL, Redis, Memcache, ...)
* **Email overview**
* **Info pages** (Httpd, MySQL, PgSQL, Redis, Memcache, ...)
* **[phpMyAdmin](https://www.phpmyadmin.net)**
* **[Adminer](https://www.adminer.org)**
* **[phpMyAdmin](https://www.phpmyadmin.net)**
* **[phpRedMin](https://github.com/sasanrose/phpredmin)**
* **[OpcacheGUI](https://github.com/PeeHaa/OpCacheGUI)**
> **Documentation:**

View File

@ -249,18 +249,24 @@
Web tools
============================================================
.. |ext_lnk_tool_phpmyadmin| raw:: html
<a target="_blank" href="https://www.phpmyadmin.net">
phpMyAdmin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_adminer| raw:: html
<a target="_blank" href="https://www.adminer.org">
Adminer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_phpmyadmin| raw:: html
<a target="_blank" href="https://github.com/sasanrose/phpredmin">
phpRedMin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_phpredmin| raw:: html
<a target="_blank" href="https://www.phpmyadmin.net">
phpMyAdmin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_opcachegui| raw:: html
<a target="_blank" href="https://github.com/amnuts/opcache-gui">

View File

@ -76,6 +76,15 @@ The following example shows you the info page for MySQL:
Third-party tools
=================
Adminer
-------
|ext_lnk_tool_adminer| (formerly phpMinAdmin) is a full-featured database
management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to
deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL,
Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
phpMyAdmin
----------
@ -86,13 +95,10 @@ columns, relations, indexes, users, permissions, etc) can be performed via the u
while you still have the ability to directly execute any SQL statement.
Adminer
-------
phpRedMin
----------
|ext_lnk_tool_adminer| (formerly phpMinAdmin) is a full-featured database
management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to
deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL,
Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
|ext_lnk_tool_phpredmin| is a simple web interface to manage and monitor your Redis.
OpcacheGUI