mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-1794 and PHRAS-1804 : fix pecl-packages and node version
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
- name: Install specific nodejs version
|
||||
become: yes
|
||||
become_user: vagrant
|
||||
shell: export NVM_DIR="$HOME/.nvm" &&. ~/.nvm/nvm.sh && nvm install 0.12.16 && nvm alias default 0.12.16
|
||||
shell: export NVM_DIR="$HOME/.nvm" &&. ~/.nvm/nvm.sh && nvm install {{ node.version }} && nvm alias default {{ node.version }}
|
||||
|
@@ -15,4 +15,4 @@
|
||||
when: php.packages is defined
|
||||
|
||||
- include: configure.yml
|
||||
- include: pecl.yml
|
||||
# - include: pecl.yml
|
||||
|
@@ -80,10 +80,11 @@ php:
|
||||
- 'php5.6-sqlite3'
|
||||
- 'php5.6-bcmath'
|
||||
- 'php-pear'
|
||||
pecl_packages:
|
||||
- {name: zmq, package: php-zmq}
|
||||
- {name: amqp, package: amqp-1.9.3}
|
||||
|
||||
- 'php5.6-dev'
|
||||
- 'php-zmq'
|
||||
- 'php-amqp'
|
||||
node:
|
||||
version: '9.4.0'
|
||||
xdebug:
|
||||
install: '1'
|
||||
idekey: 'PHPSTORM'
|
||||
|
Reference in New Issue
Block a user