--- # # Note: in the index.php directory, the path to the yii distribution will be something like # $yii='{{ yii_install_dir }}/yii/framework/yii.php'; # yii_version: 1.1.20 yii_release: 6ed384 yii_installs: - { version: '{{ yii_version }}', release: '{{ yii_release }}' } yii_download_url: 'https://github.com/yiisoft/yii/releases/download/{{ yii_version }}/yii-{{ yii_version }}.{{ yii_release }}.tar.gz' yii_install_dir: '/opt' yii_framework_dir: '{{ yii_install_dir }}/yii-{{ yii_version }}' php_additional_packages: - php-xml - php-imagick - php-memcache - php-gd - php-mcrypt - php-curl - php-pgsql - 'php{{ php_version }}-opcache' yii_unneeded_files: - CHANGELOG - README - UPGRADE - demos - requirements