mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-24 06:56:40 +00:00
Add documentation for phpRedMin
This commit is contained in:
parent
141b7bf72d
commit
8cb76c0966
45
README.md
45
README.md
@ -380,27 +380,30 @@ The Devilbox has everything setup for you. The only thing you will have to insta
|
|||||||
|
|
||||||
#### Batteries
|
#### Batteries
|
||||||
|
|
||||||
<table>
|
The following batteries are available in the Devilbox intranet by default:
|
||||||
<tbody>
|
|
||||||
<tr>
|
<table width="100%" style="width:100%; display:table;">
|
||||||
<td>:open_file_folder:</td>
|
<tbody style="text-align:center;">
|
||||||
<td><a href="https://www.phpmyadmin.net">phpMyAdmin</a></td>
|
<tr>
|
||||||
</tr>
|
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/adminer.png" alt="Adminer" /></td>
|
||||||
<tr>
|
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phpmyadmin.png" alt="phpMyAdmin" /></td>
|
||||||
<td>:open_file_folder:</td>
|
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/phpredmin.png" alt="phpRedMin" /></td>
|
||||||
<td><a href="https://www.adminer.org">Adminer</a></td>
|
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/opcachegui.png" alt="OpCacheGUI" /></td>
|
||||||
</tr>
|
<td><img style="width:64px;" src="https://raw.githubusercontent.com/cytopia/icons/master/128x128/email.png" alt="Mail viewer" /></td>
|
||||||
<tr>
|
</tr>
|
||||||
<td>:bar_chart:</td>
|
<tr>
|
||||||
<td><a href="https://github.com/PeeHaa/OpCacheGUI">OpCache GUI</a></td>
|
<td><a href="https://www.adminer.org">Adminer</a></td>
|
||||||
</tr>
|
<td><a href="https://www.phpmyadmin.net">phpMyAdmin</a></td>
|
||||||
<tr>
|
<td><a href="https://github.com/sasanrose/phpredmin">phpRedMin</a></td>
|
||||||
<td>:email:</td>
|
<td><a href="https://github.com/PeeHaa/OpCacheGUI">OpCache GUI</a></td>
|
||||||
<td>Mail viewer</td>
|
<td>Mail viewer</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
> **Documentation:**
|
||||||
|
> [Devilbox Intranet](https://devilbox.readthedocs.io/en/latest/getting-started/devilbox-intranet.html)
|
||||||
|
|
||||||
|
|
||||||
#### Tools
|
#### 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="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>
|
<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
|
#### 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, ...)
|
* **Database overview** (MySQL, PgSQL, Redis, Memcache, ...)
|
||||||
* **Email overview**
|
* **Email overview**
|
||||||
* **Info pages** (Httpd, MySQL, PgSQL, Redis, Memcache, ...)
|
* **Info pages** (Httpd, MySQL, PgSQL, Redis, Memcache, ...)
|
||||||
* **[phpMyAdmin](https://www.phpmyadmin.net)**
|
|
||||||
* **[Adminer](https://www.adminer.org)**
|
* **[Adminer](https://www.adminer.org)**
|
||||||
|
* **[phpMyAdmin](https://www.phpmyadmin.net)**
|
||||||
|
* **[phpRedMin](https://github.com/sasanrose/phpredmin)**
|
||||||
* **[OpcacheGUI](https://github.com/PeeHaa/OpCacheGUI)**
|
* **[OpcacheGUI](https://github.com/PeeHaa/OpCacheGUI)**
|
||||||
|
|
||||||
> **Documentation:**
|
> **Documentation:**
|
||||||
|
@ -249,18 +249,24 @@
|
|||||||
Web tools
|
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
|
.. |ext_lnk_tool_adminer| raw:: html
|
||||||
|
|
||||||
<a target="_blank" href="https://www.adminer.org">
|
<a target="_blank" href="https://www.adminer.org">
|
||||||
Adminer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
Adminer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||||
</a>
|
</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
|
.. |ext_lnk_tool_opcachegui| raw:: html
|
||||||
|
|
||||||
<a target="_blank" href="https://github.com/amnuts/opcache-gui">
|
<a target="_blank" href="https://github.com/amnuts/opcache-gui">
|
||||||
|
@ -76,6 +76,15 @@ The following example shows you the info page for MySQL:
|
|||||||
Third-party tools
|
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
|
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.
|
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
|
|ext_lnk_tool_phpredmin| is a simple web interface to manage and monitor your Redis.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
OpcacheGUI
|
OpcacheGUI
|
||||||
|
Loading…
Reference in New Issue
Block a user