File tree 4 files changed +171
-286
lines changed
4 files changed +171
-286
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ Vagrant.configure("2") do |config|
132
132
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php
133
133
php -r "unlink('composer-setup.php');"
134
134
mv composer.phar /usr/bin/composer
135
+ composer self-update --1
135
136
su - vagrant -c 'composer global require symfony/flex'
136
137
137
138
echo "\n ~~~~~~~~~~~~~~ Enable Installed Services ~~~~~~~~~~~~~~\n "
@@ -259,9 +260,9 @@ ____NGINXCONFIGTEMPLATE
259
260
260
261
su - vagrant -c 'composer install --prefer-dist --no-dev --optimize-autoloader -n --working-dir=/var/www/oroapp'
261
262
262
- sed -i "s /database_user:[ ]*root/database_user : $DB_USER/g" ./config/parameters.yml
263
- sed -i "s /database_password:[ ]*null/database_password: $DB_PASSWORD/g" ./config/parameters.yml
264
- sed -i "s /database_name:[ ]*[a-zA-Z0-9_]*/database_name : $DB_NAME/g" ./config/parameters.yml
263
+ sed -i "/database_user/s/:[[:space:]].*$/ : $DB_USER/g" ./config/parameters.yml
264
+ sed -i "/database_password/s/:[[:space:]].*$/: ' $DB_PASSWORD' /g" ./config/parameters.yml
265
+ sed -i "/database_name/s/:[[:space:]].*$/ : $DB_NAME/g" ./config/parameters.yml
265
266
chown vagrant:vagrant /var/www/oroapp/config/parameters.yml
266
267
267
268
echo "\n ~~~~~~~~~~~~~~ Install OroCommerce Community Edition Application ~~~~~~~~~~~~~~\n "
Original file line number Diff line number Diff line change 44
44
"behat/mink-extension" : " 2.3.*" ,
45
45
"behat/mink-selenium2-driver" : " 1.3.1" ,
46
46
"behat/symfony2-extension" : " 2.1.*" ,
47
+ "guzzlehttp/guzzle" : " ^6.0.0" ,
47
48
"nelmio/alice" : " 3.6.*" ,
48
49
"theofidry/alice-data-fixtures" : " 1.0.*" ,
49
50
"phpunit/phpunit" : " 7.5.*" ,
Original file line number Diff line number Diff line change 30
30
"oro/calendar-bundle" : " 4.1.x-dev" ,
31
31
"oro/marketing" : " 4.1.x-dev" ,
32
32
"oro/customer-portal" : " 4.1.x-dev" ,
33
- "oro/commerce-wirecard" : " 4.1.x-dev" ,
34
33
"oro/crm" : " 4.1.x-dev" ,
35
34
"oro/crm-task-bundle" : " 4.1.x-dev" ,
36
35
"oro/crm-call-bundle" : " 4.1.x-dev" ,
51
50
"behat/mink-extension" : " 2.3.*" ,
52
51
"behat/mink-selenium2-driver" : " 1.3.1" ,
53
52
"behat/symfony2-extension" : " 2.1.*" ,
53
+ "guzzlehttp/guzzle" : " ^6.0.0" ,
54
54
"nelmio/alice" : " 3.6.*" ,
55
55
"theofidry/alice-data-fixtures" : " 1.0.*" ,
56
56
"phpunit/phpunit" : " 7.5.*" ,
You can’t perform that action at this time.
0 commit comments