mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
@@ -1,2 +1,2 @@
|
||||
---
|
||||
elasticsearch_url: https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-{{ elasticsearch.version }}.deb
|
||||
elasticsearch_url: https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/{{ elasticsearch.version }}/elasticsearch-{{ elasticsearch.version }}.deb
|
@@ -36,7 +36,7 @@
|
||||
sudo: yes
|
||||
|
||||
- name: Install plugins
|
||||
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}/{{ item.version }}
|
||||
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}
|
||||
when: not is_installed
|
||||
with_items: "{{ elasticsearch.plugins }}"
|
||||
|
||||
|
@@ -2,6 +2,9 @@
|
||||
apt: pkg="php5.6-dev" state=present
|
||||
when: php.pecl_packages is defined
|
||||
|
||||
- name: Update pecl chennel
|
||||
shell: pecl channel-update pecl.php.net
|
||||
|
||||
- name: Install Package
|
||||
shell: echo "\n\n\n\n\n\n\n\n\n" | pecl install {{ item.package }}
|
||||
register: pecl_result
|
||||
|
@@ -20,6 +20,7 @@
|
||||
apt: pkg={{ item }} state=latest allow_unauthenticated=yes
|
||||
with_items:
|
||||
- rabbitmq-server
|
||||
- librabbitmq1
|
||||
- librabbitmq-dev
|
||||
|
||||
- name: Enable management plugin
|
||||
|
@@ -50,9 +50,9 @@ mariadb:
|
||||
elasticsearch:
|
||||
install: '1'
|
||||
port: '9200'
|
||||
version: '1.7.3'
|
||||
version: '2.3.3'
|
||||
plugins:
|
||||
- {name: 'elasticsearch/elasticsearch-analysis-icu', version: '2.7.0'}
|
||||
- {name: 'analysis-icu'}
|
||||
php:
|
||||
install: '1'
|
||||
ppa: php
|
||||
@@ -76,8 +76,9 @@ php:
|
||||
- 'php5.6-bcmath'
|
||||
- 'php-pear'
|
||||
pecl_packages:
|
||||
- {name: zmq, package: zmq-beta}
|
||||
- {name: amqp, package: amqp-1.4.0}
|
||||
- {name: zmq, package: php-zmq}
|
||||
- {name: amqp, package: amqp-1.9.3}
|
||||
|
||||
xdebug:
|
||||
install: '1'
|
||||
idekey: 'PHPSTORM'
|
||||
|
Reference in New Issue
Block a user