Announcement

Collapse
No announcement yet.

Running the cron services via URL wget or general web request

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Running the cron services via URL wget or general web request

    Dear EspoCRM Community,

    Have installed EspoCRM via a docker container as per instructions on here -> https://hub.docker.com/r/espocrm/espocrm
    Seem to be having a hard time getting the Cron job to work at all due to being within the docker container.

    is it possible to run the cron.php manually in some way via either web browser request or wget/curl etc for testing of the functions while I try to solve the Cron issue its self ?

    Kind Regards

    James

  • #2
    Hi Sampler40,

    If you installed EspoCRM with one of the commands that are presented in the How to use this image section, in order to run cron you need to run the following command in CLI to enter the container:

    sudo docker exec -it my-espocrm bash

    Then, enter the following command:

    php -f cron.php​

    Please let me know if there is anything else I can help you with.​

    Comment

    Working...
    X