mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Merge pull request #3029 from xrousset78800/fix/update-playbook-for-phraseanet-box
PHRAS-2565 #comment Update playbook for phraseanet vagrant box workflow
This commit is contained in:
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@@ -123,6 +123,11 @@ Vagrant.configure("2") do |config|
|
|||||||
config.vm.box = "alchemy/Phraseanet-vagrant-dev"
|
config.vm.box = "alchemy/Phraseanet-vagrant-dev"
|
||||||
#config.vm.box = "ubuntu/trusty64"
|
#config.vm.box = "ubuntu/trusty64"
|
||||||
|
|
||||||
|
# In case, Phraseanet box, choose the php version
|
||||||
|
# For php 7.0 use box 0.0.1
|
||||||
|
# For php 7.1 use box 0.0.2
|
||||||
|
config.vm.box_version = "0.0.1"
|
||||||
|
|
||||||
config.ssh.forward_agent = true
|
config.ssh.forward_agent = true
|
||||||
config_net(config)
|
config_net(config)
|
||||||
|
|
||||||
|
@@ -7,12 +7,12 @@
|
|||||||
# - server
|
# - server
|
||||||
# - repositories
|
# - repositories
|
||||||
# - vagrant_local
|
# - vagrant_local
|
||||||
# - nginx
|
- nginx
|
||||||
# - mariadb
|
# - mariadb
|
||||||
# - elasticsearch
|
# - elasticsearch
|
||||||
# - rabbitmq
|
# - rabbitmq
|
||||||
# - php
|
# - php
|
||||||
# - xdebug
|
- xdebug
|
||||||
# - composer
|
# - composer
|
||||||
# - mailcatcher
|
# - mailcatcher
|
||||||
# - node
|
# - node
|
||||||
|
Reference in New Issue
Block a user