Note: This recipe uses JobRouter® 5.1 without the Windows services by now. This is sufficient for a development system, as you can start instances via the simulator, call the REST API or develop PHP system activities. You also need a valid license file for using this installation.
- Use the
ddev config --project-type=php --php-version=7.4
command to configure the project. Check the generated configuration in.ddev/config.yaml
, especially the ports. You can find an example configuration file in the corresponding JobRouter® version folder. - Copy the content of the according JobRouter® version from this repository into your
.ddev
folder. - Unpack the JobRouter® zip installation file into the
public
folder. - Start the Docker containers with
ddev start
. The first start can last some minutes because the web container is build. - Call the configured URL in your browser which starts the setup.
You can use the default database credentials:
- Host:
db
- Database name:
db
- Username:
db
- Password:
db