Skip to content

Commit

Permalink
Renaming ddev/ddev-pdfreactor to blankse/ddev-pdfreactor
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse committed Oct 18, 2024
1 parent 4b1f862 commit a4b0938
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![tests](https://github.com/ddev/ddev-pdfreactor/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-pdfreactor/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
[![tests](https://github.com/blankse/ddev-pdfreactor/actions/workflows/tests.yml/badge.svg)](https://github.com/blankse/ddev-pdfreactor/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)

## What is ddev-pdfreactor?

This repository allows you to quickly install [PDFreactor](https://www.pdfreactor.com/) into a [DDEV](https://ddev.readthedocs.io) project using just `ddev get ddev/ddev-pdfreactor`.
This repository allows you to quickly install [PDFreactor](https://www.pdfreactor.com/) into a [DDEV](https://ddev.readthedocs.io) project using just `ddev get blankse/ddev-pdfreactor`.

## Installation

1. `ddev get ddev/ddev-pdfreactor`
1. `ddev get blankse/ddev-pdfreactor`
2. `ddev restart`

## Explanation
Expand Down Expand Up @@ -62,7 +62,7 @@ ddev exec php vendor/pimcore/pimcore/bin/pimcore-install --admin-username admin
```
2. Install ddev-pdfreactor Addon
```
ddev get ddev/ddev-pdfreactor
ddev get blankse/ddev-pdfreactor
ddev restart
```
3. Config
Expand Down
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ teardown() {
@test "install from release" {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get ddev/ddev-pdfreactor with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get ddev/ddev-pdfreactor
echo "# ddev get blankse/ddev-pdfreactor with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get blankse/ddev-pdfreactor
ddev restart
ddev php test.php
}

0 comments on commit a4b0938

Please sign in to comment.