You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,7 @@ This is the server for automated updates of Joomla CMS instances running on joom
5
5
* Install docker and docker compose
6
6
* Check out this repo
7
7
* Start the webserver and DB services: `docker-compose -f docker-compose.prod.yml up -d`
8
+
* Apply the database migrations: `docker-compose run --entrypoint="php artisan migrate" php`
8
9
* Daemonize the queue worker using supervisord; the call in question is: `docker-compose run --entrypoint="php artisan horizon" php`
9
10
* Add a cron job to execute the task scheduler. The scheduler should be trigger every 5min, the call is: `docker-compose run --entrypoint="php artisan schedule:run" php`
0 commit comments