Skip to content

2. Licenses Data

Vitaliy Zurian edited this page Nov 18, 2015 · 1 revision

Import

In order to import license data to the system, run this command:

app/console app:import:license --env=prod

It makes sense to configure a cronjob that periodically imports the data

Cron

For example, to run this command every 15 minutes:

*/15 * * * * /usr/bin/php /var/www/atlassian-vendor-tools/app/console app:import:license --env=prod
Clone this wiki locally