-
Notifications
You must be signed in to change notification settings - Fork 6
2. Licenses Data
Vitaliy Zurian edited this page Nov 18, 2015
·
1 revision
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
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