Skip to content

Commit

Permalink
Update for promotion to drud (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Jul 14, 2022
1 parent 2e0810d commit 9831d71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![tests](https://github.com/bserem/ddev-adminer/actions/workflows/tests.yml/badge.svg)](https://github.com/bserem/ddev-adminer/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg)
[![tests](https://github.com/drud/ddev-adminer/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-adminer/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg)

# DDEV Adminer Service

## What is this?

This repository allows you to quickly install Adminer database manager into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get bserem/ddev-adminer`.
This repository allows you to quickly install Adminer database manager into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get drud/ddev-adminer`.

Adminer is a full-featured database management tool written in PHP. This service
currently ships the [official adminer container](https://hub.docker.com/_/adminer)
Expand All @@ -19,7 +19,7 @@ This currently supports:

## Installation

* `ddev get bserem/ddev-adminer && ddev restart`
* `ddev get drud/ddev-adminer && ddev restart`

Then you can just `ddev launch -a` or use `ddev describe` to get the URL (`https://<project>.ddev.site:9101`).

Expand All @@ -28,4 +28,5 @@ Then you can just `ddev launch -a` or use `ddev describe` to get the URL (`https
* Adds the adminer container as a service
* Overrides the `ddev launch` command at the project level with a `ddev launch -a` (or `ddev launch --adminer`) option.

**Contributed and maintained by [@bserem](https://github.com/bserem).**
**Contributed by [@bserem](https://github.com/bserem).**
**Maintained by DDEV team.**

0 comments on commit 9831d71

Please sign in to comment.