Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

TODO - Some changes in DDEV #3776

Closed
addison74 opened this issue Feb 1, 2024 · 1 comment
Closed

TODO - Some changes in DDEV #3776

addison74 opened this issue Feb 1, 2024 · 1 comment

Comments

@addison74
Copy link
Contributor

@sreichel

We need to review this file /docs/DDEV.md. In the Setup cronjob section the command should be changed to

ddev get ddev/ddev-cron

After installation you will notice that the .ddev/config.cron.yaml file no longer exists. According to documentation from here https://github.com/ddev/ddev-cron the configuration is done differently now.

For the moment I will insert the following configuration in .ddev/config.yaml to see what happens

hooks:
  post-start:
    - exec: printf "SHELL=/bin/bash\n* * * * * /var/www/html/cron.sh\n" | crontab

In addition we should also add information about the two commands openmage-install and openmage-admin that we added, extremely useful.

@sreichel
Copy link
Contributor

sreichel commented Feb 1, 2024

Ill wait for #3659.

@OpenMage OpenMage locked and limited conversation to collaborators Feb 2, 2024
@addison74 addison74 converted this issue into discussion #3780 Feb 2, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants