Skip to content

Commit

Permalink
added migration step to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Jan 18, 2025
1 parent 82cfc67 commit bff7906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ This is the server for automated updates of Joomla CMS instances running on joom
* Install docker and docker compose
* Check out this repo
* Start the webserver and DB services: `docker-compose -f docker-compose.prod.yml up -d`
* Apply the database migrations: `docker-compose run --entrypoint="php artisan migrate" php`
* Daemonize the queue worker using supervisord; the call in question is: `docker-compose run --entrypoint="php artisan horizon" php`
* 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 comments on commit bff7906

Please sign in to comment.