From 8cb76c09665b6c2b8d2a4f48bd922b3abdbd635d Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 12 Aug 2018 11:21:31 +0200 Subject: [PATCH] Add documentation for phpRedMin --- README.md | 45 +++++++++++++--------- docs/_includes/links/tools.rst | 18 ++++++--- docs/getting-started/devilbox-intranet.rst | 18 ++++++--- 3 files changed, 50 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index b9d97f06..c2ae5c86 100644 --- a/README.md +++ b/README.md @@ -380,27 +380,30 @@ The Devilbox has everything setup for you. The only thing you will have to insta #### Batteries - - - - - - - - - - - - - - - - - - +The following batteries are available in the Devilbox intranet by default: + +
:open_file_folder:phpMyAdmin
:open_file_folder:Adminer
:bar_chart:OpCache GUI
:email:Mail viewer
+ + + + + + + + + + + + + + +
AdminerphpMyAdminphpRedMinOpCacheGUIMail viewer
AdminerphpMyAdminphpRedMinOpCache GUIMail viewer
+> **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: Devilbox Devilbox +> **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:** diff --git a/docs/_includes/links/tools.rst b/docs/_includes/links/tools.rst index 90627e91..1a4a16dc 100644 --- a/docs/_includes/links/tools.rst +++ b/docs/_includes/links/tools.rst @@ -249,18 +249,24 @@ Web tools ============================================================ -.. |ext_lnk_tool_phpmyadmin| raw:: html - - - phpMyAdmin - - .. |ext_lnk_tool_adminer| raw:: html Adminer +.. |ext_lnk_tool_phpmyadmin| raw:: html + + + phpRedMin + + +.. |ext_lnk_tool_phpredmin| raw:: html + + + phpMyAdmin + + .. |ext_lnk_tool_opcachegui| raw:: html diff --git a/docs/getting-started/devilbox-intranet.rst b/docs/getting-started/devilbox-intranet.rst index 64d4e12f..1de0d375 100644 --- a/docs/getting-started/devilbox-intranet.rst +++ b/docs/getting-started/devilbox-intranet.rst @@ -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