From 4efb5b43c67e8ac882ebd07f233dc1ca3cd36cbd Mon Sep 17 00:00:00 2001 From: Patrick Artounian Date: Wed, 29 Mar 2017 22:23:49 -0700 Subject: [PATCH] Add Adminer to docs --- .../_settings/content/documentation/index.md | 19 +++++++++++++++++++ .../content/getting-started/index.md | 2 +- .../_settings/content/introduction/index.md | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/DOCUMENTATION/_settings/content/documentation/index.md b/DOCUMENTATION/_settings/content/documentation/index.md index 7d4addc9..a988ae53 100644 --- a/DOCUMENTATION/_settings/content/documentation/index.md +++ b/DOCUMENTATION/_settings/content/documentation/index.md @@ -706,6 +706,25 @@ docker-compose up -d mariadb phpmyadmin +
+ +## Use Adminer + +1 - Run the Adminer Container (`adminer`) with the `docker-compose up` command. Example: + +```bash +# use with nginx +# must use it as fastcgi is required +docker-compose up -d nginx adminer +``` + +2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080` + + + + + +
## Use PgAdmin diff --git a/DOCUMENTATION/_settings/content/getting-started/index.md b/DOCUMENTATION/_settings/content/getting-started/index.md index 6324936d..676dbb1f 100644 --- a/DOCUMENTATION/_settings/content/getting-started/index.md +++ b/DOCUMENTATION/_settings/content/getting-started/index.md @@ -168,7 +168,7 @@ docker-compose up -d nginx mysql You can select your own combination of containers form the list below: -> `nginx`, `hhvm`, `php-fpm`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `apache2`, `caddy`, `memcached`, `beanstalkd`, `beanstalkd-console`, `rabbitmq`, `beanstalkd-console`, `workspace`, `phpmyadmin`, `aerospike`, `pgadmin`, `elasticsearch`, `rethinkdb`, `postgres-postgis`, `certbot`, `mailhog`, `minio` and more...! +> `nginx`, `hhvm`, `php-fpm`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `apache2`, `caddy`, `memcached`, `beanstalkd`, `beanstalkd-console`, `rabbitmq`, `beanstalkd-console`, `workspace`, `phpmyadmin`, `adminer`, `aerospike`, `pgadmin`, `elasticsearch`, `rethinkdb`, `postgres-postgis`, `certbot`, `mailhog`, `minio` and more...! *(Please note that sometimes we forget to update the docs, so check the `docker-compose.yml` file to see an updated list of all available containers).* diff --git a/DOCUMENTATION/_settings/content/introduction/index.md b/DOCUMENTATION/_settings/content/introduction/index.md index 44ae7a70..904ed152 100644 --- a/DOCUMENTATION/_settings/content/introduction/index.md +++ b/DOCUMENTATION/_settings/content/introduction/index.md @@ -169,6 +169,7 @@ What's better than a **Demo Video**: - RabbitMQ Console - **Tools:** - PhpMyAdmin + - Adminer - PgAdmin - ElasticSearch - Selenium