mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Install dependencies and public assets during initial provisioning
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
become_user: vagrant
|
||||
shell: export NVM_DIR="$HOME/.nvm" &&. "$NVM_DIR/nvm.sh" && npm install -g bower recess
|
||||
|
||||
- name: Initialize application dependencies
|
||||
become: yes
|
||||
become_user: vagrant
|
||||
shell: make
|
||||
args:
|
||||
chdir: /vagrant/
|
||||
|
||||
- name: Initialize application configuration
|
||||
become: yes
|
||||
become_user: vagrant
|
||||
|
Reference in New Issue
Block a user