mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
add vagrant dir to ignored, increase vm memory to 4G
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -59,6 +59,7 @@ behat.yml
|
|||||||
|
|
||||||
# Exclude vagrant configuration file
|
# Exclude vagrant configuration file
|
||||||
/.vagrant
|
/.vagrant
|
||||||
|
/vagrant
|
||||||
|
|
||||||
# Exclude crossdomain.xml file it's generated
|
# Exclude crossdomain.xml file it's generated
|
||||||
/www/crossdomain.xml
|
/www/crossdomain.xml
|
||||||
|
@@ -5,7 +5,7 @@ vagrantfile-local:
|
|||||||
box: puphpet/debian75-x64
|
box: puphpet/debian75-x64
|
||||||
box_url: puphpet/debian75-x64
|
box_url: puphpet/debian75-x64
|
||||||
hostname: phraseanet-php54-nginx
|
hostname: phraseanet-php54-nginx
|
||||||
memory: '2048'
|
memory: '4096'
|
||||||
cpus: '2'
|
cpus: '2'
|
||||||
chosen_provider: virtualbox
|
chosen_provider: virtualbox
|
||||||
network:
|
network:
|
||||||
|
Reference in New Issue
Block a user