Skip to content

Commit bff7906

Browse files
committed
added migration step to readme
1 parent 82cfc67 commit bff7906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ This is the server for automated updates of Joomla CMS instances running on joom
55
* Install docker and docker compose
66
* Check out this repo
77
* 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`
89
* Daemonize the queue worker using supervisord; the call in question is: `docker-compose run --entrypoint="php artisan horizon" php`
910
* 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`
11+

0 commit comments

Comments
 (0)