Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update on docker #18

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Update README.md
devopsoptimbytes authored Oct 15, 2023
commit 995995f3c84ea189326861e84f90fdbd007624f3
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -30,3 +30,30 @@ Stores → Configuration → Dropday → Order Automation
- Test Mode - Enable Test mode
- Account ID - Account ID from Dropday Dashboard
- API Key - Secret Key be provided by Dropday Dashboard




Setup by Docker
===============


```
docker-compose up -d
```

It will take some time to deploy the setup in contaier

### Setup magento password

```
sh password.sh
```

### To install extension

```
sh install-dropday.sh
```